Game Link from Github
This is a Terminal based, maze game. This game is a project task for codecademy. The requirements includes input, git versioning and a blog post.
The game is a maze that consist of rooms with each having 4 doors, 3 leading to other rooms. The goal is the find the room with the prize at which point you will win. This is also based on luck.
The code makes use of classes with class variable and instance variable. The game works on a loop until the prize is found. Limitation has been set to prevent the user from entering wrong inputs and from going too far into the layers(dimensions).
Please provide any feedback, Thank you!

Top comments (1)
I like it.