thanhdanhtp / maze-solver

Automatically exported from code.google.com/p/maze-solver
0 stars 0 forks source link

Problems with floodfill and Custom maze sizes #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create a new maze with a custom size
2.Run floodfill with the new maze

What is the expected output? What do you see instead?
Should see the mouse solve the maze.  Instead I get exceptions out the ass.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jcps...@gmail.com on 20 May 2009 at 11:34

GoogleCodeExporter commented 9 years ago
Fixed it, there was a one line comment with a to do that should have fixed this
problem but then there was one more bug in initializing the arrays to the right
sizes.  I overrode the function that set the model and it fixed it right up.

Original comment by frey...@gmail.com on 21 May 2009 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by lukelast@gmail.com on 9 Jun 2009 at 11:48