summaryrefslogtreecommitdiff
path: root/Readme.md
blob: 724977e6a62aeb809adfd1357cb6291cf1dd8775 (plain)
1
2
3
4
5
6
7
8
9
10
11
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`