Skip to content

Releases: binarymind-dev/Maze-Generator-Solver

Maze Generator + A* Solver v1.0 - Windows

Choose a tag to compare

@binarymind-dev binarymind-dev released this 17 Jun 08:30
e1318a0

🏁 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

▶️ How to run:

  1. Download MazeGenerator-v1.0-Windows.zip
  2. Extract all files
  3. Run MazeGenerator.exe

🎮 Controls:

  • Space: Generate new maze
  • Enter: Solve with A*
  • F: Toggle fast mode
  • R: Reset
  • Esc: Quit