Simple Maze Game

Download all starter files on our course website.
For this problem set, 80% of your mark is for completing a basic set of requirements (as
stated in part 1 and in the starter code file). The remaining 20% is for adding further
enhancements of your choosing (described in part 2).
Part 1. Base Requirements
For this problem set, you will be creating a simple maze game (as you may have guessed
from the creative title above).
The maze will be stored as a list of lists (called “grid” in your starter code).
Each sublist represents one row of the maze.
In the maze, the string (x) represents the player.
The string (

Leave a Reply

Your email address will not be published. Required fields are marked *