commit 3327bb0f
Create README.md
Changed files
| A | README.md |
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e423f4c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# blockattack-game
+Block Attack - Rise of the Blocks - the game
+A Tetris Attack Clone under the GPL.
+
+# Dependencies
+ * A version of g++ with C++11 support. Tested on g++-4.9
+ * libSDL
+ * libSDL_image
+ * libSDL_mixer
+ * libSDL_ttf
+ * libenet
+ * libphysfs
+ * libboost (only needed for compiling)
+
+# Building
+To build do:
+```
+cd source/code
+make
+```
+The result should be in the "Game"-folder. To run
+```
+cd ../..
+cd Game
+./blockattack
+```
+
+
+