A demo using Phaser and Phaser Isometric Plugin.
Click here to see it in action.
git clone https://github.com/mmermerkaya/phaser-isometric-demo.git
cd phaser-isometric-demo
npm install
- Run
npm start
. - On a different terminal, run
http-server build/
.
- You need
http-server
package for this. Install withnpm install -g http-server
.