A chess AI created using Minimax Algorithm and optimised by Alpha Beta Pruning
Clone the GitHub repository and install all the dependencies in the requirements.txt.
$ git clone https://github.com/<username>/chess.git
$ cd chess
$ pip install -r requirements.txt
Chess is distributed under the MIT license.