Skip to content

Adamduehansen/flappy-bird

Repository files navigation

Flappy Bird

A clone of the infamous game, made with Phaser JavaScript engine. This my first complete game made with Phaser.

Assets

Sprites and sounds are borrowed from this Github repository, while the font is Press Start 2P from Google Fonts.

Development

Run development server

npm start

Build production build

npm run build

PWA

The game comes with the cache PWA features which makes it work offline aswell.