Flappy bird clone written in javascript (canvas API). Use your left mouse button to jump, and avoid obstacles.
- Saves up to 3 highscores via cookies
- You can restart the game after you loose
- Game physics similar to original flappy bird
You can access the game through github pages. Although You can host it on Your own:
git clone https://github.com/adamkurbiel/flappy_bird_clone.git
cd flappy_bird_clonethen open up a live server!