summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-12-22Implement pressing down correctlyOlivier Gayot
2020-12-22Implement DAS mechanismOlivier Gayot
2020-12-22Show the scoreOlivier Gayot
2020-12-22Show the score in the terminalOlivier Gayot
2020-12-22Associate the level to the fall speedOlivier Gayot
2020-12-22Use HSL colorsOlivier Gayot
2020-12-22Inherit the colorsOlivier Gayot
2020-12-22implement default rotation mechanism and add L and J piecesOlivier Gayot
2020-12-22Run the game at 60 FPSOlivier Gayot
2020-12-22Show the next pieceOlivier Gayot
2020-12-21Drop pieces automatically and enable keyboard repeatOlivier Gayot
2020-12-21Burn rowsOlivier Gayot
2020-12-21Fix intentional use of negative indexingOlivier Gayot
2020-12-21Add piece generation and stickOlivier Gayot
2020-12-21Handle collisionsOlivier Gayot
2020-12-21Fix initial positionOlivier Gayot
2020-12-21Add the T pieceOlivier Gayot
2020-12-21Have a few pieces implementedOlivier Gayot
2020-12-21Allow to move a piece on the screenOlivier Gayot
2020-12-21Allow to display pieces on the gridOlivier Gayot
2020-12-21make the game executableOlivier Gayot
2020-12-21Initial commitOlivier Gayot