https://github.com/remarkablegames/flappy-bird
🐦 Flappy Bird clone
https://github.com/remarkablegames/flappy-bird
flappy-bird game javascript phaser website
Last synced: 2 months ago
JSON representation
🐦 Flappy Bird clone
- Host: GitHub
- URL: https://github.com/remarkablegames/flappy-bird
- Owner: remarkablegames
- License: mit
- Created: 2019-01-25T05:15:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T05:06:40.000Z (over 4 years ago)
- Last Synced: 2025-01-13T05:42:06.611Z (4 months ago)
- Topics: flappy-bird, game, javascript, phaser, website
- Language: JavaScript
- Homepage: https://remarkablegames.org/flappy-bird/
- Size: 73.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)