Skip to content

limesten/maze_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Maze solver

Project with the purpose of practicing algorithms and object oriented programming. The program generates a maze which is then solved with a simple depth first search algorithm.

Built with Python and Tkinter

Demo

Alt Text

Run Locally

Tested with python version 3.11 and tkinter version 8.6.12

Clone the project

  git clone https://github.com/EmilMalmsten/maze_solver

Go to the project directory

  cd maze_solver

Run the program

  python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages