Skip to content

Potcharapoll/ChickRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple endless running game in C with SDL2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published