summaryrefslogtreecommitdiff
path: root/swiftstory/game_manager.py
AgeCommit message (Expand)Author
2021-12-29Make list_languages a static method since it does not use selfOlivier Gayot
2021-12-29Add type hinting everywhere so we can enable strict mypy optionsOlivier Gayot
2021-12-27Remove unnecessary module importsOlivier Gayot
2021-12-26Make cards be part of the Python package dataOlivier Gayot
2021-12-23Refactor GameManager and add control over game creationOlivier Gayot
2021-12-23Move FS operation outside the initializer of GameManagerOlivier Gayot
2021-12-23Use a language container rather than a dictionaryOlivier Gayot
2021-12-23Add required annotations to make sure mypy succeedsOlivier Gayot
2021-12-23Use lowercase module namesOlivier Gayot