7 ms·
I can't seem to find the end condition for the Maze demo. There is no 'goal_reached?'
by science_robot 14y ago
I can't seem to find the end condition for the Maze demo. There is no 'goal_reached?'
- suninwinter 14y agoWhen I solved it, the program just stopped running.
- science_robot 14y agoMy browser crashes presumably because I use 'while true'. Chrome Version 19.0.1084.52
- elteto 14y agoThere isn't. I had to enclose the algorithm in a while (true) loop and if you reach the goal the program stops automatically. Here is a screenshot: http://imgur.com/0mape http://imgur.com/0mape