diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab1be7e --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file