Added basic readme

This commit is contained in:
Mpho raf
2025-01-06 19:50:56 +02:00
parent d42ba31f93
commit 2d1a8d3d33

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# The RaffBreakout Game
breakout Game using a simple SDL library written fully in C.
## Building
```sh
mkdir build && cd build
cmake ..
make -j5
```
## running after build
```sh
./rafbreakout
```