A PvP based Chess game, made with pygame.
- If pygame library is not installed, run
pip install pygame
to install the library. - Run
python src/chess_Main.py
in the main directory terminal to start the game. - Press 't' to change theme (green, brown)
- Press 'r' to restart the game
- Note - Game will pause for 5 seconds after checkmate/stalemate and restart.