summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
new file mode 100644
index 0000000..724977e
--- /dev/null
+++ b/Readme.md
@@ -0,0 +1,12 @@
+# c-CATch
+A portation of my game CATch, using SDL
+The Original game can be found here: [http://victorswelt.de/catch.html](http://victorswelt.de/catch.html)
+
+## Building the game
+to build the game, run:
+`gcc -lSDL -o c-CATch catch.c BitmapFontRenderer.c PidginImage.c`
+
+After that you can start it by running
+`./c-CATch`
+
+