SkillAgentSearch skills...

FlappingBird

Open-source clone of the immensely popular smartphone game Flappy Bird.

Install / Use

/learn @C0deH4cker/FlappingBird
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FlappingBird

Open-source clone of the immensely popular smartphone game Flappy Bird.

This project is mostly a test of SimpleGameEngine, but it is functional and quite fun to play. My main goal in creating this was to mimic the original as closely as possible, all without ever cracking it open in IDA or reversing it otherwise. I'd have to say I was pretty successful there!

There are still some parts to be implemented (such as tracking high scores and displaying a score popup when you lose, and of course sound), but the game is mostly complete.

GIF:

Gameplay

Building

To build this project, simply run the following shell commands:

git clone --recurse-submodules https://github.com/C0deH4cker/FlappingBird
cd FlappingBird
make

And that's it! Now just run ./flappingbird to play!

Related Skills

View on GitHub
GitHub Stars136
CategoryDevelopment
Updated13d ago
Forks48

Languages

C++

Security Score

95/100

Audited on Mar 26, 2026

No findings