Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 415 Bytes

Phaserdemo

Getting to know Phaser.js

Installation

  1. Get the setup git clone --recursive https://github.com/davidyezsetz/Phaserdemo.git
  2. Install dependencies bower install && npm i

Usage

  1. Run with grunt
  2. Build with grunt build
  3. Generate a new game state with yo phaser-official:state "stateName"
  4. Generate a new prefab with yo phaser-official:prefab "prefabName"