Pathfinding - Happy Coding
happycoding.io › tutorials › libgdxWe can use A* pathfinding by treating each navigable cell as a node, connected to all of its neighbor cells: Again, you don’t necessarily have to draw the nodes on the map. More Advanced Pathfinding. This tutorial focused on the A* pathfinding algorithm that comes with Gdx AI, but there are a ton of other options out there.