Early prototype of a game I'm making in Godot. Showing the unit movement and pathfinding. Source code is available at github.com/wei...
Пікірлер: 2
@Spar3Tim3r2 жыл бұрын
I've been trying to figure out how to do something similar! Looks great!! How did you get it to highlight the available spaces? And what Turn system did you implement?? Again, great work 👍 😁
@brunnomenezes334611 ай бұрын
hmmm, isn't it a point2point path finding, is it? It looks like it does not let the player to choose his own path but instead it kinda shortcut sometimes which is bad if someone wanna deviate a forest in certain way for example in advance wars. I'm looking for a code which allow us to draw this path manually