summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorVictor Gamper <victor@wenzeslaus.de>2020-01-26 20:43:17 +0100
committerVictor Gamper <victor@wenzeslaus.de>2020-01-26 20:43:17 +0100
commit7f02f46188998de2767e5f057da34ac9c9d80a20 (patch)
tree78ca49a5b3504d5570b58f97de839de20daa154d /Readme.md
parent4abb5e4664654591ba8beecf7774b69365c46d14 (diff)
downloadc-catch-7f02f46188998de2767e5f057da34ac9c9d80a20.tar.gz
c-catch-7f02f46188998de2767e5f057da34ac9c9d80a20.zip
Added dead birds
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index 724977e..2fe0415 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,12 +1,22 @@
# 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`
+## Controls
+..* Up / Down Arrows - Change Menu Entry
+..* Return - Select Menu Entry
+..* Space - Press to charge jump
+..* ESCape - Closes the program