Here’s a demo of functioning hexagonal A* pathfinding in Flash. My implementation is inefficient and a slow in certain circumstances, but it *does* work.
Posts Tagged ‘Isometric’
Isometric Tiles with Perspective
Ever want to make an isometric tile based game? Yeah, me to. Tile engines can be very speed-efficient, allow for quick level reskinning, and they are WAY FUN to program!