Generator Phaser Plus

screenshot of Generator Phaser Plus
html

[ DISCONTINUED] It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork `yandeu/phaser-project-template` instead.

Overview

The generator-phaser-plus is a Yeoman generator designed to simplify the process of creating Phaser 3 game projects. While development of generator-phaser-plus has been discontinued, users are recommended to check out and fork the yandeu/phaser-project-template repository as an alternative. This generator aimed to enable users to create Phaser web games with ease, making starting up Phaser 3 game projects straightforward.

Features

  • User-Friendly Installation: Easy installation process using npm or Yarn.
  • Project Setup Wizard: Quick setup using a short questionnaire to configure the new Phaser game project.
  • Useful Generators: Handy generators for creating game object classes, custom plugins, and scene classes.
  • Optional Yeoman Installation: Starting from version 3.0.0, installing Yeoman to use generator-phaser-plus became optional.

Summary

The generator-phaser-plus was developed to simplify the creation of Phaser 3 game projects, offering features like easy installation, project setup wizard, and useful generators. Since its development has been discontinued, users are advised to explore the yandeu/phaser-project-template repository as an alternative solution for creating Phaser web games effortlessly.

html
HTML

HTML templates are pre-designed and pre-built web pages that can be customized and used as a basis for building websites. They often include common elements such as headers, footers, menus, and content sections, and can be easily edited using HTML and CSS to fit specific branding and content needs.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.