Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrevarandas/the-flappy-bird
Reviving Flappy Bird!
https://github.com/andrevarandas/the-flappy-bird
2d-game 2d-platformer flappy flappy-bird flappy-bird-clone flappy-bird-game flappybird flappybird-style-game game game-dev game-development gamedev html5-game kontra-js
Last synced: 2 months ago
JSON representation
Reviving Flappy Bird!
- Host: GitHub
- URL: https://github.com/andrevarandas/the-flappy-bird
- Owner: AndreVarandas
- License: mit
- Created: 2019-10-10T10:24:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:06:14.000Z (7 months ago)
- Last Synced: 2024-10-09T14:41:03.152Z (3 months ago)
- Topics: 2d-game, 2d-platformer, flappy, flappy-bird, flappy-bird-clone, flappy-bird-game, flappybird, flappybird-style-game, game, game-dev, game-development, gamedev, html5-game, kontra-js
- Language: JavaScript
- Homepage: https://andrevarandas.github.io/the-flappy-bird/
- Size: 871 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The flappy bird [![Build Status](https://travis-ci.com/AndreVarandas/the-flappy-bird.svg?branch=master)](https://travis-ci.com/AndreVarandas/the-flappy-bird)
Let's revive the most famous bird!
Although it's still incomplete, you can play it here: [https://andrevarandas.github.io/the-flappy-bird/](https://andrevarandas.github.io/the-flappy-bird/)
### Development Setup
1. Clone this repository:
`git clone https://github.com/AndreVarandas/the-flappy-bird`2. Change directory into `the-flappy-bird` and install dependencies:
`npm install`3. Run development environment:
`npm run debug`4. Build distribuition folder:
`npm run build`5. Run http server:
`npm start`6. Open [http://localhost:1234](http://localhost:1234) and play!
---
[MIT André Varandas](LICENSE)