Skip to content

A re-skin of the iconic Flappy Bird game in an effort to learn a little bit more about C and Raylib.

Notifications You must be signed in to change notification settings

FOMX/flappy-bin-chicken

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bin Chicken

A Flappy Bird clone.

Powered by raylib

Goals

To learn about game dev in C.

Building

  1. Ensure that you have CMake installed and that it is at least version 3.20.
  2. From the root directory of this project, create a new directory called build and change directories into it.
  3. From the command line, call cmake ... If raylib has not been installed already, it will clone it and include its CMakeLists.txt into the build process of this project.
  4. Run the FlappyBinChicken executable from build directory you created.

About

A re-skin of the iconic Flappy Bird game in an effort to learn a little bit more about C and Raylib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.6%
  • CMake 15.4%