Just a quick-and-dirty game project to shake off some of the rust and get back into hobbyist game development.
Pre-requisites:
- C compiler
- meson
- sdl2
- sdl2-ttf
- Clone or otherwise download the source code held in this repository.
cd breakout
meson setup builddir
ninja -C builddir
./builddir/breakout
The left arrow key moves the paddle to the left and the right arrow key moves the paddle to the right.