a blessed port of John Eternal and Devine Lu Linvega's card game Donsol
Confused? Read the rules
play in your terminal:
git clone https://github.com/setphen/Donsol
cd Donsol
pip install -r requirements.txt
python donsol.py
Getting non-ASCII or unicode related errors? Use Python 3.
- run tests with
pytest
- run coverage with
coverage run --source game -m pytest
thencoverage report