Skip to content

HanSolo1000Falcon/flop-a-bird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flop A Bird

A remake of the classic Flappy Bird, written in C++ using RayLib for graphics rendering.

Alive

Dead

Prerequisites

Before you can build the game, you'll need to have the following installed:

Building from Source

There are no pre-built releases, so you'll have to compile it yourself. It's straightforward though:

  1. Clone the repository and navigate into it:

    git clone https://github.com/hansolo1000falcon/flop-a-bird.git
    cd flop-a-bird
  2. Configure and build with CMake:

    cmake -B build
    cmake --build build
  3. Run the executable from the build directory and enjoy!

About

Remake of Flappy Bird in C++ using RayLib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors