Browse Source

Make simple readme with build instructions

Instructions work on Ubuntu 18.04
DricomDragon 4 years ago
parent
commit
9c5757533e
1 changed files with 18 additions and 0 deletions
  1. 18 0
      README.md

+ 18 - 0
README.md

@@ -0,0 +1,18 @@
+# Rainbow Dodge
+
+Race a rainbow line and dodge rainbow blocs !
+
+# Build
+
+You need `make` and `SDL1` to build this project.
+
+Example on Ubuntu :
+```sh
+$ sudo apt install make g++ libsdl-dev libsdl-gfx1.2-dev
+$ make
+```
+
+To execute :
+```sh
+$ make exec
+```