generator-phaser-plusdeprecated

Create Phaser Web games with ease.

Usage no npm install needed!

<script type="module">
  import generatorPhaserPlus from 'https://cdn.skypack.dev/generator-phaser-plus';
</script>

README

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.