Age | Commit message (Expand) | Author |
---|---|---|
2021-11-12 | Rename the package cameltris and provide __main__.py | Olivier Gayot |
2021-11-12 | Expect pygame.surface.Surface rather than pygame.Surface for screen | Olivier Gayot |
2021-11-08 | Add type hints for screen package | Olivier Gayot |
2021-11-08 | Use a nested function instead of a lambda to exit | Olivier Gayot |
2021-11-08 | Make controller classes and screen classes inherit from abstract classes | Olivier Gayot |
2021-11-05 | Do not use parenthesis when defining a class without inheritance | Olivier Gayot |
2021-03-13 | Allow to pause the game | Olivier Gayot |
2021-02-26 | Move piece-related stuff in a dedicated unit | Olivier Gayot |
2020-12-23 | Abstract the controller | Olivier Gayot |