https://github.com/simiancraft/create-phaser-app
Phaser 3, Webpack 4, Babel 7+boilerplate and a scaffold
https://github.com/simiancraft/create-phaser-app
Last synced: 2 months ago
JSON representation
Phaser 3, Webpack 4, Babel 7+boilerplate and a scaffold
- Host: GitHub
- URL: https://github.com/simiancraft/create-phaser-app
- Owner: simiancraft
- License: other
- Created: 2018-05-28T22:33:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:04:16.000Z (over 3 years ago)
- Last Synced: 2025-11-20T19:04:51.587Z (7 months ago)
- Language: JavaScript
- Homepage: https://simiancraft.github.io/create-phaser-app/
- Size: 78.6 MB
- Stars: 372
- Watchers: 18
- Forks: 29
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-phaser - Create Phaser App - Phaser.io v3 Non-minimal Boilerplate and scaffold with Webpack 4, babel 7, Es6 Support, Prettier style, Deployment scripts for gh pages, webpack bundle analysis, complexity reporting, level processing for Tiled integration (tilemap extrustion and minification), State management for behaviors with Machina.js ( ES6 ) (Uncategorized / Uncategorized)
README
# Create-Phaser-App
## About Create Phaser App
Quickly prototype and build the Phaser game you want to make! Develop in Phaser faster than before.
- 🕹️[Working Example Of Create Phaser App](https://simiancraft.github.io/create-phaser-app/)
- 🖥️ [Project Homepage](https://github.com/simiancraft/create-phaser-app)
- 📅[Change Log](https://github.com/simiancraft/create-phaser-app/blob/master/CHANGELOG.md)

### ⚠️Important
This project is under development. The goal is to start with a boilerplate, but transition into a scaffold with various development tools. Many dev tools are here now, but many are yet to come. Examples are the bundle analysis and complexity analysis.
This project can be used right now as a boilerplate, even without the eventual scaffolding features. It is a complete build using all the latest versions of Webpack, Babel and Phaser, and has an idiomatic project structure. Just follow the `Quickly Start` instructions!
# Features
--
- Webpack 4
- babel 7 +
- Es6 support
- Prettier Style
- Easy deployment to gh-pages
- Webpack bundle analyzer
- Howler 2 for Audio
- Browsersync
- Project Complexity analysis `yarn complexity-report`
- Tilemap processing (extrusion and minification and more)
- Image processing (moving and compression with pngquant)
- Audio processing (Audiosprite Creation)
# Quickly Start
1. Clone the repo
2. `yarn install`
3. `yarn start`
## Play the Demo!
The work in progress is here:
🕹️[Working Example Of Create Phaser App](https://simiancraft.github.io/create-phaser-app/)
Click to begin.
It is (still) currently a simple level, but soon will eventually integrate examples of level triggers, create behavior, and Game UI.
Locomotion:
- W,A,S,D = walk/aim
- Space = jump
- Shift = boost/slide
Ordinance:
- ← = Vulcan Cannon
- ↑ = Missile (WIP)
- ↓ = Laser (WIP)
- → = PLasma Thrower (WIP)
