Starting at "Start" with a value at 0, and then travelling among the maze adding and subtracting to as specified, is it possible to leave the maze with at 1?
It is possible to cycle back and forth between two rooms, but the value of 1 must be had at the exit, not just midway through the path.
For example, one possible path from Start (which doesn't succeed) would be to +2 -3 +2 + 6 -1
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
One possible path: 2 + 6 − 1 − 3 + 2 − 3 + 2 − 3 − 1 = 1