A simple Flappy Bird clone built with Phaser 3, featuring basic physics, collision detection, and obstacle avoidance gameplay.
Gameplay screenshot showing bird and columns
- Classic Flappy Bird-style gameplay
- Physics-based movement with gravity
- Randomly generated obstacles (columns)
- Collision detection with ground and obstacles
- Win condition after passing all obstacles
- Responsive controls (keyboard only)
- Game state management (start, play, game over, win)
- Phaser 3 - HTML5 game framework
- JavaScript
- HTML5
- Press the UP ARROW key to start the game
- Keep pressing UP ARROW to make the bird fly upward
- Navigate through the gaps between the columns
- Avoid hitting the columns or the ground
- Pass all three columns to win!
To run the game locally:
- Clone this repository:
git clone https://github.com/your-username/flappy-bird-clone.git