Maze Solver

About the project :

- This system was made in Java.

- Worked on making a maze solver GUI where user can input a maze and specify the target point user wants to find path by a single mouse click.

- Implemented DFS algorithm to find the path from starting to ending point in maze.

- Made the application using java swing and awt.

Author :

Bala Chandra Akula : LinkedIn

Screenshots

Red Mark was the End Point (Given By User)

Screenshot_20221115_162932

Maze after Solving

Screenshot_20221115_162956

Prerequisites

To run the Application, you'll have to have these installed

JDK

Download and Install JDK

Apache Netbeans

Download and Install Apache Netbeans