Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 272 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 272 Bytes

The Last Crusade - Episode 1

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.