Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-22 | Construct new empty rows using list repetition | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-12-22 | Add documentation to the base_screen module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Cut long lines in pause screen module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Store the pygame screen instance in the Pause object | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Document the Pause screen module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Avoid redefining function exit | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Document the color module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Document the pieces classes | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Rely on a function to set elements of a piece | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Avoid importing wildcard from piece module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-15 | Change enum constants to uppercase | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-13 | Add optional coordinates to a piece | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-13 | Make sure offsets are integers, not floating point numbers | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-13 | Add documentation to the player module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Move Player definition outside the screen package | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Add __init__.py files to make pylint happier | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Rename base class screen module base_screen to make pylint happy | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Move colors in an enum in Color module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Move playfield outside the Player class | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Remove trailing newlines and add blank lines were needed | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Update name of screen modules according to PEP8 | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Add some documentation to the cameltris.piece module | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2021-11-12 | Rename the package cameltris and provide __main__.py | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> |