git repos / blockattack-game

commit 3327bb0f

Poul Sander · 2015-11-08 19:30
3327bb0f44ab64c635d462ff0b076df18bf25260 patch · browse files
parent 9a59f09c10f09a40f2a93330592984cda467ce10

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
+```
+
+
+