Skip to content

Romderful/p3_macgyver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacGyver - Openclassrooms project 3

Mini-game where MacGyver has to run away from a labyrinth : link to github

Installation

Clone the repository on your computer.

Set your virtual environment under python 3.8

python -m venv .venv  # create the virtual environment
. .venv/Scripts/activate  # activate the virtual environment
pip install -r requirements.txt  # install the dependencies
pip freeze > requirements.txt  # create the requirements.txt

Usage

python main.py

License

MIT

About

Mini-game where MacGyver has to run away from a labyrinth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages