From dac6b72f8f5fc9ecf564412927dcff7a04d37dc0 Mon Sep 17 00:00:00 2001 From: Victor Gamper Date: Sun, 26 Jan 2020 13:20:28 +0100 Subject: Added birds and a readme file --- Readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Readme.md (limited to 'Readme.md') 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` + + -- cgit v1.2.3