Skip to content

LearningByExample/flapybird-phaser3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird in Phaser 3

A clone of Flappy Bird using Phaser 3, this project have been made to do introduction sessions to game development.

License: MIT

Running demo

To play the game just visit the url: https://learningbyexample.github.io/flapybird-phaser3/dist/

Reference projects:

https://github.com/photonstorm/phaser3-project-template

https://github.com/sourabhv/FlapPyBird

Requirements

Node.js is required to install dependencies and run scripts via npm.

Available Commands

Command Description
npm install Install project dependencies
npm start Build project and open web server running project
npm run build Builds code bundle with production settings (minification, uglification, etc..) on the dist folder

Changing the Code

After cloning the repo, run npm install from your project directory. Then, you can start the local development server by running npm start.

After starting the development server with npm start, you can edit any files in the src folder and webpack will automatically recompile and reload your server (available at http://localhost:8080 by default).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published