Skip to content

turbo-turnip/C-Flappy-Bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Flappy-Bird

This is a small program built with the C programming language. It was created with

  • SDL2: A C/C++ framework that supports OpenGL that is for rendering graphics and creating GUIs.
  • SDL2_Images: A SDL2 module which let's you load in textures and images for your program.
  • C: A programming language that is designed for speed, and compatability. It is handy for a wide range of things.

Usage

If you downloaded this and want to play this game, you can either run the exacutable, or compile and execute the program.

  • Running the exacutable

Once you have downloaded the repo, just open up the file Flappy Bird which is an executable which will run the game.

  • Compiling and executing

Once you download the repo, cd into the directory it is stored and run make setup which will compile the program and create the executable. Then run make exec to run the exacutable and play the game.

Images

beginning ingame gameover

Links & info

My email: atticus@softwarefuze.com
Check out my codepen
Check out SDL2

About

A simple flappy bird game with C and SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages