Flappy Bird: the game you can explain in five words and never quite master
Flappy Bird was released for iPhone in May 2013 by a Hanoi developer, Dong Nguyen, under the .GEARS Studios name. It sat unnoticed for months, then in January 2014 it became the most downloaded free app in the world, and on 10 February 2014 Nguyen pulled it from the stores because, in his words, he could not take the attention any more. In between it had earned an estimated fifty thousand dollars a day from a single banner and had spawned a thousand clones. The rules never changed: tap to flap, pass the pipes, do not touch anything.
The version on flappybird.ee is a browser remake built on the PlayCanvas engine with the original sprite sheet — the same yellow bird, Mario-style green pipes, sand ground and the four-tier medal table. It is served from this domain rather than embedded from someone else's, so it loads in the page, works on a school Chromebook, on a phone with touch, and on any laptop with a mouse. The old online leaderboard that the previous site ran has been retired; your best score is stored in the browser instead.
Controls & mechanics
| Action | Control | Purpose |
|---|---|---|
| Flap | Click, tap, Space, Up arrow or W | One flap per press: the bird gets a fixed upward kick, then gravity pulls it down again |
| Start a run | START button, or Space on the menu | Fades to the Get Ready screen; the first flap starts the pipes moving |
| Pause / resume | Pause button (top left), or P / Esc | Freezes the bird and the pipes; press again to continue |
| After a crash | OK button or Space | Back to the menu; the scoreboard shows the run, your best and any medal earned |
| Share | Share button on the scoreboard | Posts your score through the phone's share sheet, or a tweet on desktop |
How to get past 10
- Tap in a rhythm, not in a panic: The bird falls fast, so most crashes come from double-tapping into the top pipe. Settle into a steady beat — roughly one tap every half second keeps the bird level — and only add or skip a tap when the next gap is higher or lower.
- Aim for the middle of the gap, early: Line up with the next gap while the current pipe is still passing. The gap positions are random but the spacing is constant, so there is always the same amount of time to adjust; use it before the pipe arrives, not on it.
- Flap late at the bottom of a drop: The bird has a collision circle that is smaller than its sprite, so it can dip a little lower than looks safe. Waiting for the bottom of the fall before you tap gives a flatter flight path than tapping high.
- Keep your eyes ahead of the bird: Watch the pipe you are about to enter, not the bird. The bird is always in the same horizontal position; the only thing that changes is what is coming at it.
- Chase the medals one at a time: Bronze is 10, silver 20, gold 30, platinum 40. Nobody gets platinum on a first afternoon; get bronze on demand first, then the rest follow from the same rhythm held for longer.
Key features
- The original look and feel: Sprite sheet, sound effects, the day-time city skyline, the sand ground and the medal table are the ones players remember from 2014 — this is a remake, not a re-imagining.
- One control, every device: Mouse, touch and keyboard all flap. The keyboard support (Space, Up, W, P to pause) was added for Chromebooks; the original mobile game only knew taps.
- Served from this domain: The game files are hosted on flappybird.ee, not hot-linked from an app store CDN, so it does not break when a third party moves a file. Nothing to install and no account.
- Best score in your browser: Your top run is saved in localStorage and shown on every scoreboard, with a NEW flag when you beat it.
Game info
- Title: Flappy Bird
- Developer: .GEARS Studios (Dong Nguyen)
- Category: Flappy & One-Tap
- Platform: Web browser (HTML5)
- Released: May 2013 (iOS) · removed February 2014 · browser remake 2022
Pro tip: The first pipe always appears at the same distance after your first flap, so treat the Get Ready screen as part of the run: make your first tap when the bird is level with the middle of the screen and you will arrive at pipe one already on the right line instead of climbing into it.