- Game/demo similar to the game Breakout
- Written in C
- On purpose, there is no "vector2" struct, in order to see how that would turn out
- The included
makefile
does incremental compilation - The assets are not checked into the git repo and can be downloaded from here
- Dependencies:
-
- C standard library
-
- SDL2
-
- SDL2_image
- Clone the repo
- Download the assets from here. Extract the
assets
folder to the top level of the repo. make init
make run
- Control the paddle with the mouse
f
: Toggle fullscreenr
: Reset the gamew
: Double the speed of the balls
: Cut the speed of the ball in halfF12
: Save a screenshot to thescreenshots
folder
The contents of the git repo are available under the GNU General Public License Version 3. See file LICENSE
.
The assets are available under the license Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0).
You can download the assets here
Not currently accepting contributions.
Feel free to open an issue.