Draluy / Labyrinth

Tile-based, web-based game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathfinding: when a path change is made, dont skip to the previous tile

Draluy opened this issue · comments

When the player is moving, and the user clicks on another tile, the knight skips to the last tile.
Maybe changing the coordinates of the last tile to reflect the player position could be a quick fix.