Maze Solver is a semi-guided Python project from boot.dev
Find a file
Dan Anglin 1b0f044834
Some checks failed
test / test (pull_request) Failing after 6s
feat: add a side panel for user interaction
This commit adds a simple side panel to allow users to interact with the
application. The side panel allows the user to:

- Generate and regenerate mazes
- Choose between the searching algorithms
- Choose whether or not to add randomness to the algorithm
- Run and re-run the simulation
2024-02-18 08:53:36 +00:00
.forgejo/workflows feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
.github/workflows feat: add entrance, exit to the maze. 2024-02-13 15:52:28 +00:00
.gitignore feat: run a simple graphical window 2024-02-12 19:53:45 +00:00
app.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
cell.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
errors.py feat: add maze generation functionality 2024-02-14 22:50:46 +00:00
graphics.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
LICENSE feat: run a simple graphical window 2024-02-12 19:53:45 +00:00
line.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
main.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
maze.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
README.md docs: update README.md 2024-02-13 00:19:56 +00:00
solver.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00
tests.py feat: add a side panel for user interaction 2024-02-18 08:53:36 +00:00

Maze Solver

Overview

This project is WIP.

The Maze Solver randomly generates a maze and systematically solves it.

Built with Python and Tkinter.

Repository mirrors