Age | Commit message (Expand) | Author |
---|---|---|
2021-12-23 | Add type annotations to client.py and game.py | Olivier Gayot |
2021-12-23 | Avoid dependency on Client from Game | Olivier Gayot |
2021-12-23 | Refactor GameManager and add control over game creation | Olivier Gayot |
2021-12-23 | Don't store a reference to a client from the player | Olivier Gayot |
2021-12-23 | Make sure our use of websockets package is forwards compatible | Olivier Gayot |
2021-12-23 | Add required annotations to make sure mypy succeeds | Olivier Gayot |
2021-12-23 | Add back not so unused module ... | Olivier Gayot |
2021-12-23 | Use lowercase module names | Olivier Gayot |