- Installation
- 4PC engines and tools
- engines
- tools
- licenses
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]
Note
The license texts included in the licenses folder are snapshots as of July 7, 2025, and may not reflect the most recent upstream changes. For the latest versions, refer to the official repositories linked below.
- This project uses CLI11 under the BSD 3-Clause License.
- This project uses PyTorch under the BSD 3-Clause License.
- This project uses Benchmark under the Apache 2.0 License.
- This project uses GoogleTest under the BSD 3-Clause License.