You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this puzzle we have to print the path Indy will follow along the maze.
The idea is to use an array to store the representation of the maze.
Depending on the room type and Indy's entry point, we can determine the next room he will be in.