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.
If you downloaded this and want to play this game, you can either run the exacutable, or compile and execute the program.
Once you have downloaded the repo, just open up the file Flappy Bird which is an executable which will run the game.
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.
My email: atticus@softwarefuze.com
Check out my codepen
Check out SDL2