In this Repo we are going to create chess agent that teach chess to the poeple to and help them to bacame the grandmaster
We are happy to take any advice that you can give.
- Fork this Repo
- open your terminal and write
git clone https://github.com/your-username/ChessAI.git
- then write
cd ChessAI
- after that
git remote add upstream https://github.com/AIFist/ChessAI.git
This project using python version 3.10.11
go to to project directory "chessAI"
then go to the file directory name Chess_board
install all dependances by using
pip install -r requirements.txt
then go to the src directory and run file name main.py by using following commnad
python main.py