summaryrefslogtreecommitdiff
path: root/Readme.md
blob: a0b07b8413b46f19239438599f53a9b312de7178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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
You need the package `libsdl1.2-dev`
Under Debian / Ubuntu, you can install it by running


`sudo apt-get install libsdl1.2-dev`


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`

Or, if you want to start the game in fullscreen mode

`./c-CATch -fs`

## Controls
* Up / Down Arrows -    Change Menu Entry
* Return           -    Select Menu Entry
* F                -    Toggle Fullscreen (Only supported with X11)
* Space            - Press to charge jump
* ESCape           -   Closes the program