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

https://github.com/naturalclar/html5-flappy-bird-clone

A Flappy Bird Clone made with html5 and Phaser 3
https://github.com/naturalclar/html5-flappy-bird-clone

Last synced: over 1 year ago
JSON representation

A Flappy Bird Clone made with html5 and Phaser 3

Awesome Lists containing this project

README

          

# HTML5 Flappy Bird Clone

A Flappy Bird Clone made with html5 and [Phaser3](https://phaser.io/phaser3).

You can play the game [here](https://html5-flappy-bird-clone.now.sh/).

## Getting Started

### Prerequisite

You will need to have `Node.js` installed on your computer.

### Clone the repository

git clone https://github.com/Naturalclar/html5-flappy-bird-clone.git

### Building the app

Install the dependencies using

`yarn install`

Then, build the app using

`yarn build`

### Running the app

You can run the app on your local pc by running

`yarn start`

The application will then be running at `localhost:3000`

## How to play the game

Use `space` key or click the screen to make the bird jump.

Avoid all the incoming pipes!

Have fun!