Maze Solver is a semi-guided Python project from boot.dev
Find a file
Dan Anglin 45a003270a
feat: add draw_move method to Cell
Add the draw_move method to the Cell class to draw a path between the
centre of two cells.
2024-02-13 10:48:26 +00:00
.gitignore feat: run a simple graphical window 2024-02-12 19:53:45 +00:00
cell.py feat: add draw_move method to Cell 2024-02-13 10:48:26 +00:00
graphics.py feat: move Cell class to separate module. 2024-02-12 23:48:41 +00:00
LICENSE feat: run a simple graphical window 2024-02-12 19:53:45 +00:00
main.py feat: add draw_move method to Cell 2024-02-13 10:48:26 +00:00
README.md docs: update README.md 2024-02-13 00:19:56 +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