2018-01-07 14:28:49 +01:00
|
|
|
Breakout Game:
|
|
|
|
|
|
|
|
The Goal is to destroy all bricks!
|
|
|
|
You can move the paddle at the bottom of the screen and hit the bricks with the ball.
|
|
|
|
Don't let the ball fall down!
|
2018-01-08 00:31:35 +01:00
|
|
|
Notice: This is currently a 32 bit application!
|
2018-01-07 14:28:49 +01:00
|
|
|
|
|
|
|
Default controls:
|
|
|
|
|
|
|
|
Move left: A or Left Arrow Key
|
|
|
|
Move left: D or Right Arrow Key
|
|
|
|
|
2018-01-08 00:35:19 +01:00
|
|
|
Compilation:
|
|
|
|
|
|
|
|
Just run the Makefile! :)
|
|
|
|
Notice: When compiling with an executable other than gcc.exe you need to adjust this in the Makefile!
|
|
|
|
|
|
|
|
Deprecated Installation Guide:
|
2018-01-07 14:28:49 +01:00
|
|
|
|
|
|
|
You need SDL2.dll, SDL2_ttf.dll and SDL2_image in the working directory of the compiled executable to run it properly!
|
|
|
|
Download SDL 2.0: https://www.libsdl.org/download-2.0.php
|
|
|
|
// Not included yet: Download SDL2_image 2.0: https://www.libsdl.org/projects/SDL_image/
|
|
|
|
// Not included yet: Download SDL2_ttf 2.0: https://www.libsdl.org/projects/SDL_ttf/
|
|
|
|
Note: For compilation you need the developement libraries (MinGW 32 or 64 bit) installed!
|