Skip to content

It finds the shortest path in the given maze, or if the maze is unsovable it will atleast show the furthest point on can go to.

Notifications You must be signed in to change notification settings

dhawal-pandya/Maze-Path-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Maze Path Finder

It finds the shortest path in the given maze, or if the maze is unsovable it will atleast show the furthest point on can go to.

Running in CLI

Needs atleast Python 3.9 or higher.

  python3 maze-path-finder.py

IF working with Windows, you will need to install windows-curses manually. (Comes built-in in Linux or MacOS.)

  pip3 install windows-curses

🛠 Languages

Python

Screenshots

Maze

About

It finds the shortest path in the given maze, or if the maze is unsovable it will atleast show the furthest point on can go to.

Topics

Resources

Stars

Watchers

Forks

Languages