Maze Solver is a semi-guided Python project from boot.dev
Find a file
Dan Anglin 14c6f659ff
feat: add the Cell class
Add the Cell class to represent a grid in the maze. Each 'Cell' can
be configured to specify which walls exists for it.
2024-02-12 23:32:03 +00:00
.gitignore feat: run a simple graphical window 2024-02-12 19:53:45 +00:00
graphics.py feat: add the Cell class 2024-02-12 23:32:03 +00:00
LICENSE feat: run a simple graphical window 2024-02-12 19:53:45 +00:00
main.py feat: add the Cell class 2024-02-12 23:32:03 +00:00
README.md feat: run a simple graphical window 2024-02-12 19:53:45 +00:00