Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 706 Bytes

Chessao

Build Status Coverage Status

Combination of Chess and Mao.

Coming soon.

Development

tests

From the root directory run:

python src/tests/chessao_tests.py 1 [or other number of games]

Run doctests for specific module (from /src directory):

python -m doctest chessao/cards.py -v