Skip to content

prateekgargX/ScyllaChess

 
 

Repository files navigation

Build Status Tests Status License

ScyllaChess

Building the Repo

To build the repo, run

cmake -S. -Bbuild

and then

cmake --build build

The executable will be inside the build directory and can be run via

./build/scylla

Building the Repo With Tests

First, ensure that you have checked out the repo with its submodules. This can be done via

git checkout --recursive https://github.com/wermos/ScyllaChess.git

Then, run

cmake -S. -Bbuild -DBUILD_TESTING=ON

and then

cmake --build build --parallel

The tests can be run via

./build/tests/tests

About

A chess engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.8%
  • Rust 13.2%
  • CMake 7.0%