add brick breaking

This commit is contained in:
Quinn
2024-08-14 14:37:56 +02:00
parent c8baf5dcc3
commit 315eaf1636
4 changed files with 36 additions and 1 deletions

View File

@@ -4,3 +4,5 @@ I wanted a project to learn C and the SDL framework in, and settled upon this ga
### TODO:
- make a better input system (one that doesn't crash the game)
- make beeping sound effects
- make the game freeze when you lost instead of closing
- fix constants in level colision detection