Skip to content

arianahejazyan/Athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

514 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athena Chess Engine Logo

Athena

A UCI-compatible four-player chess engine

Four Player Chess Board

Installation

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

4PC Engines

This 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.

Acknowledgements

  • 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.