Mini-game where MacGyver has to run away from a labyrinth : link to github
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
python main.py