HealthHack Lausanne 2023 Team Sébastien
Make a videogame for Sébastien who is visually impaired.
Escape the maze game with arduino emitting vibrations and sounds when the player stumbles upon different objects
Create a venv with python >= 3.8 for example with venv
python3 -m venv maze_venv
&& source ~/maze_venv/bin/activate
Clone the repo and install the project
git clone https://github.com/Menendez6/healthhack2023.git
&& cd healthhack2023
&& pip install -e .
python3 maze/game.py