Age | Commit message (Expand) | Author |
---|---|---|
2021-12-29 | Add docstrings to all modules | Olivier Gayot |
2021-12-29 | Make list_languages a static method since it does not use self | Olivier Gayot |
2021-12-29 | Add type hinting everywhere so we can enable strict mypy options | Olivier Gayot |
2021-12-27 | Remove unnecessary module imports | Olivier Gayot |
2021-12-26 | Make cards be part of the Python package data | Olivier Gayot |
2021-12-23 | Refactor GameManager and add control over game creation | Olivier Gayot |
2021-12-23 | Move FS operation outside the initializer of GameManager | Olivier Gayot |
2021-12-23 | Use a language container rather than a dictionary | Olivier Gayot |
2021-12-23 | Add required annotations to make sure mypy succeeds | Olivier Gayot |
2021-12-23 | Use lowercase module names | Olivier Gayot |