
About
Flappy Bird is a 2013 mobile game by Dong Nguyen in which the player guides a bird between columns of pipes, scoring a point for each pipe passed. Rusty Bird is a weekend project recreating Flappy Bird in Rust using the Bevy engine, playable directly in the browser or run locally, and released into the public domain.
How it differs from the original
It uses third-party Flappy Bird-style assets from a separate open-source asset repository rather than the original game's own art.
Getting started
Play it directly in the browser via the project's hosted page, or run it locally with Cargo (a WebAssembly target can also be added to build and run the browser version yourself).
Additional notes
- License
- The source code is released into the public domain.