198 B
198 B
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
breakout Game using a simple SDL library written fully in C.
mkdir build && cd build
cmake ..
make -j5
./rafbreakout