Skip to content

Terminal Based Maze solver project, A rat is trapped in the maze. Find path to escape from the maze. If there is any path exist, so find the shortest path.

Notifications You must be signed in to change notification settings

karan2782/terminal-maze-solver

Repository files navigation

Terminal based Maze Solver

A rat is trapped in a maze, so rat will have to find exit to ecsape from the maze. It is a 2d Maze. In the maze have walls and some open paths.

Running Tests

To run tests, run the following command

First clone this repo on your system in terminal:

git clone https://github.com/karan2782/terminal-maze-solver.git

After clone run this program on your system

Screenshots

App Screenshot

App Screenshot

Shortest Paths generated by Breadth First Search Algorithm.

App Screenshot

About

Terminal Based Maze solver project, A rat is trapped in the maze. Find path to escape from the maze. If there is any path exist, so find the shortest path.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages