Skip to content

budda/generator-phaser-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-phaser-plus

npm version dependencies devDependencies Travis CI Build Status

Create Phaser Web games using Browserify, BrowserSync, Gulp and more.

Two templates, same workflow!

New in version "1.0": Choose how you want to craft your game code:

  • With application scripts written as CommonJS modules, ideal for newcomers as well seasoned developers who want to start creating games at once.

  • Or using ECMAScript modules and the latest available spec features. Comes with Babel compiler to make scripts of the future compatible with today's browsers and devices. Recommended for skilled developers and adventurers.

Note: All projects are configured to use the Phaser CE libraries.

Batteries included

Projects created with generator-phaser-plus are powered by the following tools:

Quick Start

Note: Assuming you have already installed Node.js.

  1. Get Yeoman and generator-phaser-plus via npm.

    npm install --global yo                    # Install Yeoman if you don't have it yet.
    npm install --global generator-phaser-plus # Install generator-phaser-plus.
  2. Create a directory to keep your project contents and go into it.

    mkdir my-awesome-game
    cd my-awesome-game
  3. Create your new game project.

    yo phaser-plus
  4. Launch it!

    npm start

Have a look at the documentation to learn more about available features and the most recent development updates, including sub-generators, how projects are structured, development tasks and a more in-depth hands-on tutorial, presenting the general workflow and how you can take advantage of the generator to speed up your game development.

License

This software is distributed under the terms of the MIT License.

About

Create Phaser Web games using Browserify, BrowserSync, Gulp and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%