AaronCoplan / MazeSolver

Program that generates mazes, solves them, has printing capabilities, and can read an image of a maze and solve it.
MIT License
0 stars 1 forks source link

Develop difficulty rating algorithm - post-generation #10

Open stevendbp opened 8 years ago

AaronCoplan commented 8 years ago

Difficulty rating algorithm should take into account the following:

-dimensions of maze -whether or not maze is complex -number of possible solutions (need to figure out a way to calculate this) -length / complexity of each possible solution