A remake of the classic Flappy Bird, written in C++ using RayLib for graphics rendering.
Before you can build the game, you'll need to have the following installed:
- CMake - Installation guide
- RayLib - Installation guide
- Git - Installation guide
- A C++ compiler - such as GCC/G++ or Clang
There are no pre-built releases, so you'll have to compile it yourself. It's straightforward though:
-
Clone the repository and navigate into it:
git clone https://github.com/hansolo1000falcon/flop-a-bird.git cd flop-a-bird -
Configure and build with CMake:
cmake -B build cmake --build build
-
Run the executable from the
builddirectory and enjoy!

