Skip to content

remarkablegames/flappy-bird

Repository files navigation

flappy-bird

Flappy Bird clone inspired by the Lessmilk tutorial. The web game is scaffolded from phaser-template.

Play game.

Install

Clone repository:

git clone https://github.com/remarkablegames/flappy-bird.git
cd flappy-bird

Install dependencies:

npm install

Run

Start development server:

npm start

Build production artifacts:

npm run build

Release

Release with standard-version:

npm run release

Deploy

Deploy to GitHub Pages:

npm run deploy

License

MIT