An open API service indexing awesome lists of open source software.

https://github.com/argodevops/drone-escape-game

A maze game built using tkinter and turtle which takes a set of commands to navigate a drone around and out of the maze.
https://github.com/argodevops/drone-escape-game

game-development python python3 tkinter turtle

Last synced: about 1 year ago
JSON representation

A maze game built using tkinter and turtle which takes a set of commands to navigate a drone around and out of the maze.

Awesome Lists containing this project

README

          

# Drone Maze Game

A maze game built using `tkinter` and `turtle` which takes a set of commands to navigate a drone around and out of the maze.

## Developer guide
1. Create your virtual environment: `python3 -m venv .venv`
2. Activate the virtual environment: `source ./.venv/bin/activate`
3. Install the dependencies: `pip install -r requirements.txt`
4. Install python-tk: `sudo apt-get install python-tk`

## Running the game

Run:

`source ./.venv/bin/activate`
`python maze.py`

## Game Instructions

TODO

## Configuration

Edit `messages.py` to configure any URL endpoint which need calling.

## Task List

* Resize for 21" screen (lanscape) assuming 16:9 ratio
* Maze layouts
* REST call on completing game