Maze Game
Create a maze game that generates a new random maze every time it is run, then allows you to navigate it. Use these characaters: # for walls, . for paths, and a o for the navigation. Remeber: mazes should only have one way in and one way out.
|
|
|