/phaser-flappy-bird-1

yet another flappy bird clone built with phaser, FULL VERSION!!!

Primary LanguageJavaScriptMIT LicenseMIT

phaser-flappy-bird icon

yet another flappy bird clone built with phaser

Intro

Clone the "flappy bird" game while playing around phaser. As this game is simple enough even for one person, also it's good starting point to explore and get familiar with Phaser's core function and API.

The devil is in the detail

I Try to clone the full game and implement as much detail as I can. Including all the menu, text, animation, score dashboard, audio, etc. What's the fun if only just make a rough demo ?

Screenshot

menu ready

game over

Demo

play it here .

Install

Simply clone or download this repo, and like any other javascript project, run npm install and npm start.

Visit http://192.168.1.2:9966/ to start the game.

License

MIT