Tag: Pathfinding

Generating Planets – Part Three – Traversing The Grid

A major problem with our subdivided icosahedron is that its a lot harder to move around the grid than it is with a simple square grid. Where in the latter you just increase the x or y co-ordinates to move through the array, our problem requires a more complex solution, one regrettably more complex than …

Continue reading