Releases: binarymind-dev/Maze-Generator-Solver
Releases · binarymind-dev/Maze-Generator-Solver
Release list
Maze Generator + A* Solver v1.0 - Windows
🏁 Animated Maze Generator and A* Pathfinding Solver built with C++ and SFML 3.0
✨ Features:
- Recursive backtracking maze generation (animated step by step)
- A* pathfinding algorithm with animated exploration
- Color-coded visualization — teal for explored cells, rainbow for optimal path
- 60x40 grid — 2400 cells, complex mazes every time
- Fast mode for instant generation/solving
- Infinite maze regeneration
- Download MazeGenerator-v1.0-Windows.zip
- Extract all files
- Run MazeGenerator.exe
🎮 Controls:
- Space: Generate new maze
- Enter: Solve with A*
- F: Toggle fast mode
- R: Reset
- Esc: Quit