Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.46 KB

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