Explorar o código

Make simple readme with build instructions

Instructions work on Ubuntu 18.04
DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
9c5757533e
Modificáronse 1 ficheiros con 18 adicións e 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
+```