Flappy Bird (Godot Remake) is a simple yet addictive side-scrolling arcade game recreated in the Godot Engine.

Tap or press a key to keep your bird airborne and navigate through randomly generated pipes without crashing. The further you go, the higher your score climbs — but one wrong move ends it all.

This project demonstrates:

  • Smooth physics-based character control

  • Procedural pipe generation

  • A game state manager (Idle → Running → PlayerDied → ShowStats)

  • Score tracking and persistent high score saving

  • Clean UI animations and transitions

  • Signal-based architecture for modularity

Perfect as a learning project for new Godot developers or as a base for your own arcade-style creations.

Assets: https://github.com/samuelcust/flappy-bird-assets

Leave a comment

Log in with itch.io to leave a comment.