A simple endless running game that written in C with SDL2.
- Main menu (Just to press SPACE to start the game)
- Score Counter
- Score Multiplier
- Game over (Just show the text to press ESCAPE to exit the game)
- Coin collection (MAYBE ADD IN FUTURE)
- Game sound (MAYBE ADD IN FUTURE)
First, clone this repo or just download the repo, and then run make
to produce an executable file for the game.
git clone https://github.com/Potcharapoll/ChickRun.git
cd ChickRun
make # or make debug
make run
- Ubuntu/Mint:
libsdl2 libsdl2-dev libjpeg-dev libwebp-dev libtiff5-dev libsdl2-image-dev libsdl2-image libfreetype6-dev libsdl2-ttf-dev libsdl2-ttf
- ArchLinux:
sdl2 sdl2_image sdl2_ttf
- Gentoo:
media-libs/libsdl2 media-libs/sdl2-iamge media-libs/sdl2-ttf