Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages