Skip to content

fr0zie-OpenClassrooms/Project3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3: Help MacGyver to escape !

Maze

In this Python game, you embody MacGyver and have to recover 3 items inside the maze to benumb the guard (ether, needle and tube). If you try to escape the maze without all of them, you will lose!

Installation

Create a virtual environment with the venv module to install the game:

python3 -m venv .venv

Then, activate the virtual environment:

.venv/Scripts/activate

Finally, install the dependencies using the package manager pip:

pip install -r requirements.txt

Usage

Running game

Run the following command in your terminal:

python3 main.py

You will have to choose playing the game either in the terminal or in PyGame.

Controls

If you play in terminal, controls are:

  • ↑ Z
  • ↓ S
  • ← Q
  • → D

If you play in PyGame, controls are directional arrows.

License

WTFPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages