Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 725 Bytes

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