Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.21 KB

File metadata and controls

39 lines (19 loc) · 1.21 KB

Mimo-Maze

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'

  1. pip install keyboard
  2. pip install turtle
  3. pip install winsound
  4. 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:

  1. Interface

interface

2.Game Play

game_play

  1. Instructions

Instructions