This repository generates and solves a hexagonal maze. Two planning algorithms, wavefront and recursive backtracking, are implemented. The maze is generated using Prim's algorithm.
This project was built as a part of the Python Challenge of MSR Hackathon '25 @Northwestern University.