fix input system

This commit is contained in:
Quinn
2024-08-14 15:36:50 +02:00
parent 4077379b47
commit 95eb808337
4 changed files with 6 additions and 15 deletions

View File

@@ -2,7 +2,6 @@
I wanted a project to learn C and the SDL framework in, and settled upon this game as I thought it was a simple and approachable project for me to execute.
### 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