How to traverse a maze programatically when you've hit a dead end.

Posted by Matt R on Stack Overflow See other posts from Stack Overflow or by Matt R
Published on 2008-09-02T19:47:38Z Indexed on 2010/05/22 22:10 UTC
Read the original article Hit count: 299

Moving through the maze forward is pretty easy, but I can't seem to figure out how to back up through the maze to try a new route once you hit a dead end without going back too far?

© Stack Overflow or respective owner

Related posts about c#

Related posts about artificial-intelligence