Chess

Engine:

Present in the src/engine.py file

A base chess engine that makes moves on an instance of board.

Game:

Present in the src/game.py file

A GUI chess game built using pygame and the aforementioned engine.

To run the game:

1. Download the code.

2. Open command-line.

3. Go the extracted Chess-main directory.

4. Ensure you fulfill all requirements in requirements.txt.

5. Run python main.py command.

GitHub

View Github