2To3rdPwr / Random-Dungeon-Generator

Recursively generates a (very basic) roguelike dungeon map. I'll be using this map to experiment with a* pathfinding algorithms.
0 stars 0 forks source link

Include the a* pathfinding algorithm #1

Open 2To3rdPwr opened 8 years ago

2To3rdPwr commented 8 years ago

Now that the generator is done, I will have a place to test out the a* pathfinding algorithm.

2To3rdPwr commented 8 years ago

Got a pathfinding algorithm working-ish I'll call that a victory for now and come back when I know more to overhaul it.