A Java Spring Boot web application that generates and solves mazes using various pathfinding algorithms.
- Generates and solves mazes up to 64x64 in size.
- Supports multiple pathfinding algorithms:
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- A* Algorithm
- Dijkstra's Algorithm
- Efficient maze solving with real-time visualization.
- Hosted at: mazestarterproject.onrender.com
- Backend: Java Spring Boot
- Frontend: HTML, CSS, JavaScript
- Hosting: Render.com
- Open the application at mazestarterproject.onrender.com.
- Select the maze size and algorithm.
- Click "Generate" to create a new maze.
- Click "Solve" to find the shortest path using the chosen algorithm.
- Add more customization options for maze generation.
- Improve UI/UX with animations and themes.
- Optimize algorithms for even larger mazes.
This project is licensed under the MIT License.
Bibek_Kumar_Tamang(https://github.com/biv3k224)