You can now play the Blind maze.
This is my final project for my Computer Science (CS 171) class. The objective was to use what I learned in the class and be able to create a game. I decided to create a maze game in python on the terminal. The purpose of the game is to have the player go through the maze with seeing the walls and eventually make it to the end of the maze.
- Fork or clone this following repo onto your machine 💻
- cd into the folder that has this file
- Run the following command
python maze.py
- Type "yes" into command prompt / terminal
- Move through the maze by typing one of following keys
(A|W|S|D)
(Standard movement system) - Type
map
to have a map of the maze with walls appear - Move through the maze until the exit
=>