Skip to content

juliobetta/flappy-bird-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Clone

Flappy Bird Clone Tutorial

Pre-requesits

You will need to have node and gulp setup on your machine.

Getting started

To package all source files and run on a local server simply run the following command:

$ gulp

This should open a browser window with the game running locally. You can copy the address and paste it into any browser on your local network (including mobiles and tablets).

Scaffold

  • design (game design document goes here)
  • media (folder for your assets source...)
  • gulp (gulp tasks folder)
  • project (contains scripts, stylesheets and index.html)
  • static/assets (image and sound files, use 'assets/file_name' in source code)
    • graphic
    • music
    • sound

Editing

When editing, make sure you update the files within the project directory. These files will then be compressed and added to the dist directory ready for publishing.

ECMAScript 6 features are supported with help of Traceur. This means you can write code with syntax which is going to be supported officially by Phaser 3.

Happy building games!

About

A Flappy Bird Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published