Phaser Isometric Demo
October 29, 2016 ยท View on GitHub
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
- Run
npm start. - On a different terminal, run
http-server build/.
- You need
http-serverpackage for this. Install withnpm install -g http-server.