Posted by : Unknown
viernes, 3 de octubre de 2014
Now, we are presenting some pictures that show the results in the movements for the maze runner to get the finish line.
The path that the maze runner follows is determinated by the instructions in the method makemove().
We decided to add the following directions:
- Left (0,-1)
 - Upwards (-1,0)
 - Right (0,1)
 - Downwards (1,0)
 
The image above show the result, we found out one of the quickest path to solve the maze.
