martinheterjag / gin-rummy

python based gin rummy card game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gin-rummy

A python based gin rummy card game

Start the game

python3 -m src

Run tests

All tests

python3 -m unittest unit-test/test_*.py -v

All tests in specific fill that follows pattern (in this example "sequence" in test_deck.py)

python3 -m unittest -k sequence unit-test/test_deck.py -v

About

python based gin rummy card game

License:MIT License


Languages

Language:Python 100.0%