Age | Commit message (Expand) | Author |
---|---|---|
2021-12-29 | Remove trailing commas when defining enum so we don't define tuples | Olivier Gayot |
2021-12-29 | Add docstrings to all modules | Olivier Gayot |
2021-12-29 | Add type hinting everywhere so we can enable strict mypy options | Olivier Gayot |
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 | Feed the picks directly to the board, without storing them first | Olivier Gayot |
2021-12-23 | Use an enumeration for the game state | Olivier Gayot |
2021-12-23 | Don't store a reference to a client from the player | Olivier Gayot |
2021-12-23 | Fix reception of card having wrong index | Olivier Gayot |
2021-12-23 | Add required annotations to make sure mypy succeeds | Olivier Gayot |
2021-12-23 | Use lowercase module names | Olivier Gayot |