ChessAI
Chess AI written in Python
Install / Use
/learn @Dirk94/ChessAIREADME
Chess AI
Basic Chess AI written in Python 3.
Uses the Alpha-Beta algorithm to search for the best move.
<img src="./preview.png" width="200" alt="Python Chess AI Program">Getting started
Download the repository and install the numpy dependency:
git clone git@github.com:Dirk94/ChessAI.git
cd ChessAI
pip3 install numpy
Run the program and start playing chess! ♟️
python3 main.py
Example Moves
Moves should have the following format:
A2 A4
This will move the piece from position A2 to A4.
