make preview image

This commit is contained in:
Quinn
2024-08-14 16:12:55 +02:00
parent fe344c40e8
commit 70091cd9d0
3 changed files with 3 additions and 1 deletions

View File

@@ -5,3 +5,5 @@ I wanted a project to learn C and the SDL framework in, and settled upon this ga
- make beeping sound effects - make beeping sound effects
- make the game freeze when you lost instead of closing - make the game freeze when you lost instead of closing
- fix constants in level colision detection - fix constants in level colision detection
![preview image](./docs/preview.gif)

BIN
docs/preview.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

View File

@@ -4,7 +4,7 @@
#define SCREEN_HEIGHT 640 #define SCREEN_HEIGHT 640
#define BOUNCER_HEIGHT 5 #define BOUNCER_HEIGHT 5
#define BOUNCER_WIDTH_DEFAULT 60 #define BOUNCER_WIDTH_DEFAULT 75
#define BOUNCER_SPEED 10.0F #define BOUNCER_SPEED 10.0F
#define BALL_SIZE_DEFAULT 10 #define BALL_SIZE_DEFAULT 10