Skip to content

encukou/dama

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example board game

To get it::

    git clone https://github.com/encukou/dama

To install requirements, run (in a virtual environment)::

    python -m pip install pyglet pytest

To play, run (in a virtual environment)::

    python -m dama

    python -m dama.gui

To run tests, run (in a virtual environment)::

    python -m pytest test_dama/