CSC510-2015-Axitron / maze

Main repo for maze game
0 stars 2 forks source link

Function for shortest path length to help with start/end selection in algorithms. #76

Closed ktspence closed 9 years ago

ktspence commented 9 years ago

The current procedural generation algorithm could benefit from such an algorithm to increase the quality of start/end point selection. Will also be useful for other procedural generation algorithms. An A* search would be good.

meneal commented 9 years ago

Seems like this is actually milestone 6 since we added it today.

ktspence commented 9 years ago

Yep, I picked the wrong one in the list.

ktspence commented 9 years ago

Also this is done. Just added the code to dbdev.