mirror of
https://codeberg.org/boyfailure/VectorBreakout.git
synced 2025-06-07 23:24:05 +10:00
Refactor Part 3: Updating more Javadoc, changed LFSR initialization
This commit is contained in:
parent
98883aa62a
commit
692b7fdd2b
5 changed files with 95 additions and 13 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue