Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h1me01/astra

UCI chess engine
https://github.com/h1me01/astra

chess chess-engine cpp nnue uci

Last synced: 5 days ago
JSON representation

UCI chess engine

Awesome Lists containing this project

README

        

# Astra Chess Engine

Astra is a UCI chess engine written in C++.

## Compiling
Compile the code yourself for better performance.
```
git clone https://github.com/h1me01/Astra.git
cd Astra/src
make -j
```

## Note
I had to remove the versions prior to 3.0 due to inefficient compiling.

## Credits
- [Stockfish](https://github.com/official-stockfish/Stockfish)
- [Koivisto](https://github.com/Luecx/Koivisto)
- [Fathom](https://github.com/jdart1/Fathom)
- [CudAD](https://github.com/Luecx/CudAD) - Used to train NNUE for versions above 3.3
- [Chess Programming Wiki](https://www.chessprogramming.org/Main_Page)