Clone the repository
git clone https://github.com/arianahejazyan/Athena.git && cd Athena/athena Create a build directory and compile
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release && cmake --build buildOnce built, you can run the Athena cli
cd build && ./athenaThis is a list of four-player chess engines to help discover and support other engines. Feel free to add your chess engine here, or ask me to add it for you. You can include your Chess.com profile and GitHub repository.
| Athena (GitHub, Chess.com) | Samaritan (GitHub) | Enigma (GitHub, Chess.com) |
| Nexus (Chess.com) | BlackKnight (Chess.com) |
You can also find four-player chess tools list in this repo.
- Special thanks to Moxile for always supporting me and for the many hours of programming together.
- Special thanks to tsoj, Lotfy and the Discord chess engine community for their help with coding and discussions.
- Special thanks to qilp and Chess.com team for providing API access and support.

