Skip to content

GBuella/Taltos

Repository files navigation

Taltos

Master: Build Status Build status

Experimental chess engine for learning and fun

How to build

  • Needs a recent C11 compiler to build ( tested GCC, clang )

On POSIX-ish systems:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

On Windows:

mkdir build
cd build
cmake -TLLVM-vs2014 -G "Visual Studio 14 2015 Win64" -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release

Many thanks to the Chess Programming Wiki http://chessprogramming.wikispaces.com/

About

Experimental chess engine for learning and fun

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published