deathart / Flappy-Norby

Flappy bird clone using the Phaser 3 framework

Home Page:https://chikanz.github.io/Flappy-Norby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy norby

A simple flappy bird clone using the Phaser 3 framework

Local multiplayer with support for N players is availible on the multiplayer branch

Available Commands

Command Description
yarn install Install project dependencies
yarn dev Builds project and open web server, watching for changes
yarn build Builds code bundle with production settings
yarn serve Run a web server to serve built code bundle

Development

After cloning the repo, run yarn install from your project directory. Then, you can start the local development server by running yarn dev and navigate to http://localhost:3000.

Production

After running yarn build, the files you need for production will be on the dist folder. To test code on your dist folder, run yarn serve and navigate to http://localhost:5000

About

Flappy bird clone using the Phaser 3 framework

https://chikanz.github.io/Flappy-Norby/


Languages

Language:JavaScript 93.5%Language:TypeScript 5.3%Language:HTML 1.2%