summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorVictor Gamper <victor@erika-imac.fritz.box>2020-01-26 13:20:28 +0100
committerVictor Gamper <victor@erika-imac.fritz.box>2020-01-26 13:20:28 +0100
commitdac6b72f8f5fc9ecf564412927dcff7a04d37dc0 (patch)
treed51b5d09f913cda37243be565b95e1a62dd70588 /Readme.md
parent06a678629c99293a642af7d3aa39c20ea28e3d4d (diff)
downloadc-catch-dac6b72f8f5fc9ecf564412927dcff7a04d37dc0.tar.gz
c-catch-dac6b72f8f5fc9ecf564412927dcff7a04d37dc0.zip
Added birds and a readme file
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`
+
+