Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 573 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 573 Bytes

HealthHack Lausanne 2023 Team Sébastien

The Challenge

Make a videogame for Sébastien who is visually impaired.

The Solution

Escape the maze game with arduino emitting vibrations and sounds when the player stumbles upon different objects

Installing

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 .

Running the game

python3 maze/game.py