Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        


Flappy bird greets you!
Flappy bird greets you!

# 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)