simiancraft/create-phaser-app
Phaser 3, Webpack 4, Babel 7+boilerplate and a scaffold
repo name | simiancraft/create-phaser-app |
repo link | https://github.com/simiancraft/create-phaser-app |
homepage | https://simiancraft.github.io/create-phaser-app/ |
language | JavaScript |
size (curr.) | 82049 kB |
stars (curr.) | 340 |
created | 2018-05-28 |
license | Other |
Create-Phaser-App
About Create Phaser App
Quickly prototype and build the Phaser game you want to make! Develop in Phaser faster than before.
⚠️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
- Clone the repo
yarn install
yarn start
Play the Demo!
The work in progress is here: 🕹️Working Example Of 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)