Refactor Part 3: Updating more Javadoc, changed LFSR initialization

This commit is contained in:
naomi 2025-05-18 15:56:42 +00:00
parent 98883aa62a
commit 692b7fdd2b
5 changed files with 95 additions and 13 deletions

View file

@ -22,8 +22,8 @@ These controls may change, and I may add a controls config in the future.
___
## TODO
- Update hitboxes for bricks (the plan is to have individual sections of the brick make the ball move differently upon impact, sorta like how I did it in [the QuickBASIC version of the game](https://codeberg.org/boyfailure/quickout/src/branch/main/QUICKOUT.BAS))
- Add complete javadoc
- Implement menus
- Add complete Javadoc (WIP 2025-05-18)
- Implement menus (WIP 2025-05-18)
- Look into sound effects
- Clean up/optimize rendering code
- Clean up/optimize rendering code
- ~~Update hitboxes for bricks (the plan is to have individual sections of the brick make the ball move differently upon impact, sorta like how I did it in [the QuickBASIC version of the game](https://codeberg.org/boyfailure/quickout/src/branch/main/QUICKOUT.BAS))~~ Completed 2025-05-18