Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 419 Bytes

Dawson's Chess

Simple implementation in Python 3 with Pygame. For more information read this Wikipedia Article.

Demo

Running

Install dependencies and run the main script.

pip install -r requirements.txt
python src/main.py

NOTE: The only dependency is Pygame so this would also work:

pip install pygame