PyChess
PyChess is a pure Python chess library with pretrained AlphaZero
Install / Use
/learn @Kashu7100/PyChessREADME
<p align="center">
<img src="assets/logo.png"/>
</p>
PyChess is a pure Python chess library with pretrained AlphaZero model.
Installation
- Clone this repository
$ git clone https://github.com/Kashu7100/PyChess.git
$ cd PyChess
- Creat Environment
$ conda env create -f environment.yml
- Install PyChess
$ python setup.py install
Play Game
Once PyChess is installed, activate your conda environment and use chess command to run the game.
$ conda activate tf
$ chess
<p align="center">
<img src="assets/chess.PNG" width="350" height="350"/>
</p>
License
Source codes in the repository follows MIT license.
