A maze generator with path finding function
- Generate maze with custom size
- Search the shortest path with custom points
- Maze size auto adapt screen when the first time load page
- Demo Page
- Eller's algorithm
- Code reference from here
- Algorithm introduction
- A* pathfinding algorithm
- Code reference from my another repository AstarCustomMap