Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.25 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.25 KB

Fovero

.Net tools for maze generation and solving.

Fovero-v0.1.0.2.webm

Features

Maze Formats

  • Rectangular
  • Truncated Square
  • Dijon
  • Palazzo
  • Lattice
  • Pyramid
  • Hexagons
  • Circular

Generation Algorithms

Solver Algorithms

  • A* Euclidean
  • A* Manhattan
  • Breadth-first Search
  • Depth-first Search
  • Random walk

Visualisation

  • Animated generation and solution
  • Visit highlighting

Interaction

  • Manually set start / end points
  • Manually 'draw' solution

Additional References

Maze Generation Algorithms - An Exploration

Fundamentals of Maze Generation