Create Phaser App

screenshot of Create Phaser App

Phaser 3, Webpack 4, Babel 7+boilerplate and a scaffold

Overview:

Create Phaser App is a tool that allows users to quickly prototype and build Phaser games. It aims to speed up the development process and provides various features and tools to assist in game creation.

Features:

  • Webpack 4: Uses Webpack 4 for module bundling.
  • Babel 7 + Es6 support: Supports Babel 7 and ES6 syntax.
  • Prettier Style: Includes Prettier Style for code formatting.
  • Easy deployment to gh-pages: Provides an easy way to deploy games to gh-pages.
  • Webpack bundle analyzer: Includes a bundle analyzer tool for optimizing bundle size.
  • Howler 2 for Audio: Uses Howler 2 for handling audio in games.
  • Browsersync: Includes Browsersync for live reloading and testing.
  • Project Complexity analysis: Supports project complexity analysis using the yarn complexity-report tool.
  • Tilemap processing: Offers tilemap processing features such as extrusion and minification.
  • Image processing: Provides image processing capabilities for moving and compressing images using pngquant.
  • Audio processing: Supports audio processing features like Audiosprite Creation.

Summary:

Create Phaser App is a powerful tool for quickly prototyping and building Phaser games. It offers several features and tools to enhance the development process, including Webpack 4, Babel 7 + ES6 support, Prettier Style, easy deployment to gh-pages, and more. By following the installation guide, users can easily set up and start using Create Phaser App for their game development needs.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

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.