Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 584 Bytes

Chess in Python using Pygame

Build and Run

  1. Windows - py -m pip install -r .\requirements.txt, Unix/macOS - python -m pip install -r .\requirements.txt
  2. Windows - py .\main.py, Unix/macOS - python .\main.py

License

GPL-2.0-only

Attribution

Chess Piece images are from user Cburnett on Wikipedia. I converted the .svg files to .png for use in Pygame.

TODO

  • En Passant movement
  • Pawn Promotion
  • Resignation
  • Stalemate
  • .pgn Files?