@rblopes/generator-phaser-plus-template-default
v1.0.0-beta.6
Published
Create Phaser Web games with ease.
Downloads
6
Maintainers
Readme
generator-phaser-plus
default template
Create Phaser Web games with ease.
generator-phaser-plus
is a Yeoman generator that makes starting up Phaser 3 game projects dead simple.
This supplementary package contains the default
project template of generator-phaser-plus
.
The sample project has the following features:
A basic set of Gulp tasks for development and bundling the application for distribution;
Webpack for code bundling;
Browsersync for cross-device, cross-browser testing;
Babel, configured with
babel-preset-env
, to compile scripts in a format compatible with today's browsers and devices.A sample Phaser 3 application, enough for a small Web game, including a splash screen component and a organized directory structure.
You can create your own Web games powered by Phaser too. Install generator-phaser-plus
now, via npm or Yarn, and start right away! Visit the project page on GitHub to learn more.
License
This software is distributed under the terms of the MIT License.