Skip to content

Rodabaugh/maze-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boot.dev Maze Solver Project

I'm creating this project as a part of the Boot.Dev backend developer course.

What is this?

This program generates a maze and then solves it using Depth First Search. The maze is different each time the program is ran.

Usage

Ensure you have Python 3 installed with tkinter.

Download the zip file for the repo.

Start the program with python3 main.py

The program will first create a grid of cells. It'll then generate the maze on that grid. Finally, it'll solve the maze using DFS. Rerun the program to get a different maze.

About

Maze solver for the Boot.dev course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages