/phaser-isometric-demo

A demo using Phaser and Phaser Isometric Plugin

Primary LanguageJavaScript

Phaser Isometric Demo

Build Status Dependency Status devDependency Status

A demo using Phaser and Phaser Isometric Plugin.

Click here to see it in action.

Installation

git clone https://github.com/mmermerkaya/phaser-isometric-demo.git
cd phaser-isometric-demo
npm install

Usage

  1. Run npm start.
  2. On a different terminal, run http-server build/.
  • You need http-server package for this. Install with npm install -g http-server.