Skip to content

kiurious/toy-chess

 
 

Repository files navigation

Build and Run

python script.py init --clang # Add "--b Debug" for debug build
python script.py run

Test

python script.py run --e main_test -- -s

Benchmark

python script.py run --e main_bench -- -s

For training neural network, see src/nn/README.md.

For deploying lichess bot, see misc/bot/README.md.

Packages

No packages published

Languages

  • C++ 84.9%
  • Python 10.2%
  • Shell 2.2%
  • CMake 2.1%
  • Dockerfile 0.6%