summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-11Make it a debian packageHEADmainOlivier Gayot
2023-02-11Modernize packagingOlivier Gayot
2023-02-11Move the argument parsing in the main functionOlivier Gayot
2021-12-30Move __main__.py inside the packageOlivier Gayot
2021-12-22Construct new empty rows using list repetitionOlivier Gayot
2021-12-22Add documentation to the base_screen moduleOlivier Gayot
2021-11-15Cut long lines in pause screen moduleOlivier Gayot
2021-11-15Store the pygame screen instance in the Pause objectOlivier Gayot
2021-11-15Document the Pause screen moduleOlivier Gayot
2021-11-15Avoid redefining function exitOlivier Gayot
2021-11-15Document the color moduleOlivier Gayot
2021-11-15Document the pieces classesOlivier Gayot
2021-11-15Rely on a function to set elements of a pieceOlivier Gayot
2021-11-15Avoid importing wildcard from piece moduleOlivier Gayot
2021-11-15Change enum constants to uppercaseOlivier Gayot
2021-11-13Add optional coordinates to a pieceOlivier Gayot
2021-11-13Make sure offsets are integers, not floating point numbersOlivier Gayot
2021-11-13Add documentation to the player moduleOlivier Gayot
2021-11-12Move Player definition outside the screen packageOlivier Gayot
2021-11-12Add __init__.py files to make pylint happierOlivier Gayot
2021-11-12Rename base class screen module base_screen to make pylint happyOlivier Gayot
2021-11-12Move colors in an enum in Color moduleOlivier Gayot
2021-11-12Move playfield outside the Player classOlivier Gayot
2021-11-12Remove trailing newlines and add blank lines were neededOlivier Gayot
2021-11-12Update name of screen modules according to PEP8Olivier Gayot
2021-11-12Add some documentation to the cameltris.piece moduleOlivier Gayot
2021-11-12Place main code into main function and document itOlivier Gayot
2021-11-12Rename the package cameltris and provide __main__.pyOlivier Gayot
2021-11-12Expect pygame.surface.Surface rather than pygame.Surface for screenOlivier Gayot
2021-11-08Add type hints for screen packageOlivier Gayot
2021-11-08Use a nested function instead of a lambda to exitOlivier Gayot
2021-11-08Make controller classes and screen classes inherit from abstract classesOlivier Gayot
2021-11-05Do not use parenthesis when defining a class without inheritanceOlivier Gayot
2021-03-13Allow to pause the gameOlivier Gayot
2021-03-13Add setup.py and requirementsOlivier Gayot
2021-02-26Move piece-related stuff in a dedicated unitOlivier Gayot
2021-02-13Implement the top outOlivier Gayot
2021-02-13Rename stick piece lock pieceOlivier Gayot
2020-12-29Take the starting level into considerationOlivier Gayot
2020-12-29Remove unused importsOlivier Gayot
2020-12-24Pretend we can have multiple players nowOlivier Gayot
2020-12-24Cleanly handle the inputsOlivier Gayot
2020-12-24Have most functions in a player objectOlivier Gayot
2020-12-24Get rid of duplicated classOlivier Gayot
2020-12-23Abstract the controllerOlivier Gayot
2020-12-23Use argument parsingOlivier Gayot
2020-12-22Fix rotation of T pieceOlivier Gayot
2020-12-22Implement use of joystickOlivier Gayot
2020-12-22Display the level numberOlivier Gayot
2020-12-22Use a different color for the JOlivier Gayot