Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remarkablegames/flappy-bird

🐦 Flappy Bird clone
https://github.com/remarkablegames/flappy-bird

flappy-bird game javascript phaser website

Last synced: 7 days ago
JSON representation

🐦 Flappy Bird clone

Awesome Lists containing this project

README

        

# flappy-bird

[Flappy Bird](https://wikipedia.org/wiki/Flappy_Bird) clone inspired by the [Lessmilk tutorial](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1). The web game is scaffolded from [phaser-template](https://github.com/remarkablegames/phaser-template).

[Play game.](https://remarkablegames.org/flappy-bird/)

## Install

Clone repository:

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

Install dependencies:

```sh
npm install
```

## Run

Start development server:

```sh
npm start
```

Build production artifacts:

```sh
npm run build
```

## Release

Release with [standard-version](https://github.com/conventional-changelog/standard-version):

```sh
npm run release
```

## Deploy

Deploy to [GitHub Pages](https://pages.github.com):

```sh
npm run deploy
```

## License

[MIT](LICENSE)