Helper tool for card game "Quantenquartett" (German for "quantum quartet").
Given complete history of actions, will tell players when game ending conditions (i.e. paradox or win) occur.
-
rules.md contains the rules for the game
-
quartet.py runs the game
-
tracker.py implements representation and manipulation of the game state
-
run_tests.sh runs all tests in tests
usage: quartet.py [-h] (-d | -e) input output
Requires Python 3.6+.