/Chess-AI

A chess engine playing at 1400 ELO on chess.com using MTD-f algorithm

Primary LanguagePython

Ways to play against the engine :

  1. Play it offline, in the browser.

Make sure you have Python (v 3.6 or above) and pip on your system. In a terminal type :

	$ pip install flask
	$ pip install python-chess
	$ git clone https://github.com/venomousboxer/Chess-AI.git
	$ cd Chess-AI
	$ python app.py

In your web browser open localhost:5000

  1. Play it offline, in a text based I/O environment.

Make sure you have Python (v 3.6 or above) and pip on your system. In a terminal type :

	$ pip install flask
	$ pip install python-chess
	$ git https://github.com/venomousboxer/Chess-AI.git
	$ cd Chess-AI
	$ python game.py