A fully custom FSM-based maze solver in Verilog that explores unknown maze layouts and finds the shortest path to exit in a single run using a novel minimum-step exploration algorithm. This project ...
A fully custom-built visualization tool in Java that generates a perfect, solvable maze using Recursive Backtracking (DFS) and then solves it in real-time using the A* (A-Star) Pathfinding Algorithm.