[Phaser 3] Grid Movement Plugin

This Phaser 3 plugin adds grid-based movement to your tilemap game. Your characters will be able to only move in whole tile sizes, locked to the x-y grid!

Features:

  • Grid-based movement, of course!
  • Tile-based collision detection
  • One-way collision detection
  • Support for multiple characters
  • Pathfinding (for both NPCs and the player)
  • Random movement (can also limit to a radius)
  • Following other characters
  • Isometric maps (Beta)

Link to plugin: https://github.com/Annoraaq/grid-engine or https://www.npmjs.com/package/grid-engine

Live Examples: https://annoraaq.github.io/grid-engine/examples/

Example Gifs:

grid-engine-example1

grid-engine-example2

7 Likes

Oh wow, this looks super nice. Thank you so much for sharing, can’t wait to try it out.

2 Likes