4 Commits

Author SHA1 Message Date
seppedl ecbc857d80 [refactor] Move objets to separate files.
- ball
- bricks
- paddle
Update documentation and readme.
[fix] Game over: update player score.
2025-04-06 21:39:16 +02:00
seppedl ebd445eba2 [add] High score
- Implement high score in file
- Fix next_level logic
2025-04-04 10:26:33 +02:00
seppedl ce7add6479 [refactor] Cleanup code
- Rename joystick library to helpers
- Put color565 function in helpers.py
- Switch screen width and height names as game runs in landscrape
- Enumerate levels for readability
- Update docstrings
- Rework splash screen to use binary operators
- Extract create bricks and create lives functions
- Reowrk main game loop logic to support next level
2025-04-04 05:53:14 +02:00
seppedl 0e5b5f67fa [fix] Small errors
- Ball can no longer lock to paddle
- Brick edges are part of the brick
2025-04-03 22:00:57 +02:00