This is a maze/puzzle/logic and adventure game insipred by tutorials from internet named by me "Mimo Maze".
To open the application or game you need to install Python: https://www.python.org/downloads/
After installing the python application you need to install some necessary modules in the command prompt console as an administrator with the command 'pip install'
- pip install keyboard
- pip install turtle
- pip install winsound
- pip install random
Some of modules probably are not necessary. I just listed them up "just in case".
Install the custom font from "font" directory for a properly and specific design.
The application can be run in the command prompt with the following command: python.exe mimo.py (in the game directory)
https://github.com/gl4diator/Mimo-Maze
Screenshoots from the game below:
- Interface
2.Game Play
- Instructions


