Skip to content
/ chess Public

A chess AI created using Minimax Algorithm and optimised by Alpha Beta Pruning

License

Notifications You must be signed in to change notification settings

SwagataJ/chess

Repository files navigation

Chess

A chess AI created using Minimax Algorithm and optimised by Alpha Beta Pruning

Installation

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

License

Chess is distributed under the MIT license.

About

A chess AI created using Minimax Algorithm and optimised by Alpha Beta Pruning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published