Skip to content

daan93/phaser-isometric-demo

Repository files navigation

Phaser-Isometric-Demo

Isometric game demo for Phaser 3.5

The demo is based on the following tutorial for Phaser 2 and rewritten for the newest version of Phaser. Scene management and depth sorting is now native to Phaser and Webpack is used to support bundling and ES6.

An Updated Primer for Creating Isometric Worlds, Part 1

Demo

Open demo

Todo

  • Add pointer interaction
  • Add path finding with easystar.js
  • Add scrolling
  • Make game responsive
  • Add ways to interact with other characters
  • Add a store to spend coins
  • Look into phasers dynamic tyle sprites (from tiled)
  • Improve isWalkable() by implementing collision physics Don't use 2d for isometric physics, use Enable3d instead.
  • Look into isophyics with height (z-axis) support

CLI

Watch

Watch file changes and bundle to /dist

Start

Start Webpack-dev-server and open browser

Build

Bundle to /dist

About

Isometric game demo for Phaser 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published