- Installation
- 4PC engines and tools
- engines
- tools
- credits
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 build
Once built, you can run the Athena cli
cd build && ./athena
Warning
The engine works but there is some configuration and installation issues, which will going to be fixed soon!
Welcome to our growing list of four-player chess engines and tools! Here, you’ll find links to their GitHub repositories and Chess.com profiles, making it easy to explore and connect with others who share your passion. If you’ve developed a four-player chess engine, we warmly invite you to add it to this list. Sharing your work not only helps others get to know your engine and find it easily but also supports the growth of the four-player chess community.
Athena (GitHub, Chess.com) | Samaritan (GitHub) |
- Colosseum (GitHub) [GUI and tournamant manager]
- This project uses the CLI11 library for command-line parsing. (BSD-3-Clause License)