Parcourir la source

Make simple readme with build instructions

Instructions work on Ubuntu 18.04
DricomDragon il y a 4 ans
Parent
commit
9c5757533e
1 fichiers modifiés avec 18 ajouts et 0 suppressions
  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
+```