A maze game built using tkinter
and turtle
which takes a set of commands to navigate a drone around and out of the maze.
- Create your virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source ./.venv/bin/activate
- Install the dependencies:
pip install -r requirements.txt
- Install python-tk:
sudo apt-get install python-tk
Run:
source ./.venv/bin/activate
python maze.py
TODO
Edit messages.py
to configure any URL endpoint which need calling.
- Resize for 21" screen (lanscape) assuming 16:9 ratio
- Maze layouts
- REST call on completing game