Explorar el Código

Make simple readme with build instructions

Instructions work on Ubuntu 18.04
DricomDragon hace 4 años
padre
commit
9c5757533e
Se han modificado 1 ficheros con 18 adiciones y 0 borrados
  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
+```