Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 853 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 853 Bytes

ChickRun

A simple endless running game that written in C with SDL2.

Features

  • 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)

How to Play

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

Dependencies

  • 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-image media-libs/sdl2-ttf