summaryrefslogtreecommitdiff
path: root/swiftstory/game.py
AgeCommit message (Expand)Author
2021-12-29Add type hinting everywhere so we can enable strict mypy optionsOlivier Gayot
2021-12-23Add type annotations to client.py and game.pyOlivier Gayot
2021-12-23Avoid dependency on Client from GameOlivier Gayot
2021-12-23Feed the picks directly to the board, without storing them firstOlivier Gayot
2021-12-23Use an enumeration for the game stateOlivier Gayot
2021-12-23Don't store a reference to a client from the playerOlivier Gayot
2021-12-23Fix reception of card having wrong indexOlivier Gayot
2021-12-23Add required annotations to make sure mypy succeedsOlivier Gayot
2021-12-23Use lowercase module namesOlivier Gayot