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
- Host: GitHub
- URL: https://github.com/naturalclar/html5-flappy-bird-clone
- Owner: Naturalclar
- Created: 2018-06-07T03:51:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T03:25:57.000Z (almost 8 years ago)
- Last Synced: 2025-02-16T09:27:18.800Z (over 1 year ago)
- Language: TypeScript
- Size: 691 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!