2025-01-06 19:50:56 +02:00
2024-12-10 14:45:16 +02:00
2025-01-06 19:50:56 +02:00

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
Simple breakout logic in C
Readme 46 KiB
Languages
C 94.8%
CMake 5.2%