Age | Commit message (Expand) | Author |
---|---|---|
2021-12-22 | Add documentation to the base_screen module | Olivier Gayot |
2021-11-15 | Cut long lines in pause screen module | Olivier Gayot |
2021-11-15 | Store the pygame screen instance in the Pause object | Olivier Gayot |
2021-11-15 | Document the Pause screen module | Olivier Gayot |
2021-11-15 | Avoid redefining function exit | Olivier Gayot |
2021-11-15 | Change enum constants to uppercase | Olivier Gayot |
2021-11-12 | Move Player definition outside the screen package | Olivier Gayot |
2021-11-12 | Add __init__.py files to make pylint happier | Olivier Gayot |
2021-11-12 | Rename base class screen module base_screen to make pylint happy | Olivier Gayot |
2021-11-12 | Move colors in an enum in Color module | Olivier Gayot |
2021-11-12 | Move playfield outside the Player class | Olivier Gayot |
2021-11-12 | Remove trailing newlines and add blank lines were needed | Olivier Gayot |
2021-11-12 | Update name of screen modules according to PEP8 | Olivier Gayot |
2021-11-12 | Rename the package cameltris and provide __main__.py | Olivier Gayot |