From 7f02f46188998de2767e5f057da34ac9c9d80a20 Mon Sep 17 00:00:00 2001 From: Victor Gamper Date: Sun, 26 Jan 2020 20:43:17 +0100 Subject: Added dead birds --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Readme.md') 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 -- cgit v1.2.3