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.
- Host: GitHub
- URL: https://github.com/argodevops/drone-escape-game
- Owner: argodevops
- Created: 2022-03-12T14:42:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T08:04:49.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:21:14.468Z (over 1 year ago)
- Topics: game-development, python, python3, tkinter, turtle
- Language: Python
- Homepage:
- Size: 2.67 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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