The RaffBreakout Game
breakout Game using a simple SDL library written fully in C.
Building
mkdir build && cd build
cmake ..
make -j5
running after build
./rafbreakout
Description
Languages
C
94.8%
CMake
5.2%