Skip to content

TudorEsan/Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maze

A maze solver made with python. You can solve the maze using lee algorithm or by using A*.

This app shows how the two algorithms work. (Each jump to left, right, top, bottom, or any of the diagonals has the same distance)

How to use it?

  1. start it with: "python start_app.py"
  2. choose the start and finish points, and create some walls
  3. start one algorithm or both at the same time

About

A maze solver made with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages