Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 563 Bytes

File metadata and controls

19 lines (15 loc) · 563 Bytes

Small Chess

Small Chess is an open-source Python app to play chess. Main screen

Features

  • Play with or without time limit
  • Statistic for different players
  • Automatically save game info in PGN
  • Figures drag'n'drop
  • Offer draw or surrender

Statisitcs window

How to build and run

pip3 install -r requirements.txt
python3 main.py