A very simple chess game built with pygame.
Play 1v1 locally — no multiplayer, no computer.
- Basic chessboard rendering
- Piece movement with legal move checks
- Turn-based play (White and Black)
- Simple UI using pygame
Make sure you have Python 3.8+ installed, then run:
pip install -r requirements.txtpython main.pyMake sure you're in the project directory and have pygame installed.