This package has been deprecated

Author message:

DISCONTINUED: It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork <https://github.com/yandeu/phaser-project-template> on GitHub instead.

generator-phaser-plus

3.0.0-beta.7 • Public • Published

generator-phaser-plus

npm version dependencies status devDependencies status Travis CI Build Status

Create Phaser Web games with ease.

generator-phaser-plus is a Yeoman generator that makes starting up Phaser 3 game projects dead simple.

Quick Start

NOTE: Assuming you have at least Node.js v6.12 installed.

  1. Download and install generator-phaser-plus from npm:

    New on v3.0.0: Installing Yeoman to use generator-phaser-plus is completely optional.

    npm install --global generator-phaser-plus
  2. Create a directory for your new project and go into it:

    mkdir my-awesome-game/
    cd my-awesome-game/
  3. Start a new game project:

    Run phaser-plus and fill in the short questionnaire with your new game details.

    phaser-plus
  4. Launch it!

    npm start

Visit the project page on GitHub to learn more.

License

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

Package Sidebar

Install

npm i generator-phaser-plus

Weekly Downloads

13

Version

3.0.0-beta.7

License

MIT

Unpacked Size

35.6 kB

Total Files

30

Last publish

Collaborators

  • rblopes