Simple flappy bird written in javascript using p5.js!
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Flappy Bird is a mobile game developed by the Vietnamese video game artist and programmer Nguyen Dong, under his game development company .Gears. The game is a side-scroller where the player controls a bird, attempting to fly between columns of green pipes without hitting them. Nguyen Dong created the game over the period of several days, using a bird protagonist that he had designed for a cancelled game in 2012.
To get a local copy up and running follow these simple example steps.
- Install node.js
- Clone the repo
git clone https://github.com/khoakomlem/simple-flappybird.git
- Install NPM packages
npm install
- Start the app, your web should be listening on http://localhost:3000
npm start
Distributed under the MIT License. See LICENSE.txt
for more information.
Đậu Văn Đăng Khoa - fb.com/khoakomlem - [email protected]
Project Link: https://github.com/khoakomlem/simple-flappybird