Skip to content

noobpwnftw/Gull

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

The LazyGull Chess Engine

LazyGull is a free UCI chess engine derived from Gull 3. Compared to Gull, LazyGull implements the following new features:

  • Syzygy Tablebase support;
  • LazySMP implementation;
  • PDEP Bitboards for modern CPUs;
  • Bug fixes; and
  • Portable to Windows, Linux and MacOSX.

To build simply run the following commands in the src directory:

make -f Makefile.linux
make -f Makefile.windows

And follow the instructions.

Pre-built binaries are available here: https://github.com/basil00/Gull/releases

License

The original Gull 3 source code is "public domain". New modifications are released under the MIT License.

About

Gull chess (Linux/Mac port)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.5%
  • C 14.0%
  • Shell 0.5%