Skip to content

Kashu7100/PyChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyChess is a pure Python chess library with pretrained AlphaZero model.

Installation

  1. Clone this repository
$ git clone https://github.com/Kashu7100/PyChess.git
$ cd PyChess
  1. Creat Environment
$ conda env create -f environment.yml
  1. 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

License

Source codes in the repository follows MIT license.