Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 611 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 611 Bytes

Haxaw-Chess

Haxaw: Haxaw is the Neural Network based chess engine made with Python and Tensorflow/Keras. Also uses the python-chess library. Currently very bad and slow. (WIP: Needs major speed and evaluation upgrades)

Diagonal: Diagonal is the GUI written with pygame. Currently you can play games as white against Haxaw.

To run:

git clone https://github.com/Sarthakbh321/Haxaw-Chess.git  
cd Haxaw-Chess
pip3 install -r requirements.txt
python3 -m Diagonal.play

Documentation

Read more about the Haxaw engine here.