8000 GitHub - arianahejazyan/Athena: A UCI-compatible four-player chess engine powered by deep RL and 256-bit bitboards.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arianahejazyan/Athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Athena Chess Engine Logo

Athena

A UCI-compatible four-player chess engine powered by deep RL and 256-bit bitboards.

Four Player C
928D
hess Board

Table of Contents

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

Warning

The engine works but there is some configuration and installation issues, which will going to be fixed soon!

4PC Engines & Tools

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.

Engines

Athena (GitHub, Chess.com) Samaritan (GitHub)

Tools

  • Colosseum (GitHub) [GUI and tournamant manager]

Credits

0