Skip to content

h1me01/Astra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astra Chess Engine

Astra is a UCI-compliant chess engine written in C++. "Per aspera ad Astra."

Compiling

Compile the code yourself for better performance.

git clone https://github.com/h1me01/Astra.git
cd Astra/src
make pgo

Note

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

Credits