Chess in Python using Pygame
- Windows -
py -m pip install -r .\requirements.txt, Unix/macOS -python -m pip install -r .\requirements.txt - Windows -
py .\main.py, Unix/macOS -python .\main.py
GPL-2.0-only
Chess Piece images are from user Cburnett on Wikipedia. I converted the .svg files to .png for use in Pygame.
- En Passant movement
- Pawn Promotion
- Resignation
- Stalemate
- .pgn Files?