Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 866 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 866 Bytes

mazing

Console app for Maze
Examples

Generators (link)

  • Random Wall placing algorithm
  • DFS
  • Prims
  • Kruskal's
  • Wilson's
  • Aldous-Broder
  • Recursive division method
  • Tessellation algorithm
  • Cellular automaton

Solvers (link)

  • DFS
  • BFS
  • A*
  • Tremaux's algorithm
  • Recursive algorithm
  • Maze-routing algorithm

Printers

  • Wide
  • Box
  • Image
    • PNG
    • SVG
  • Animation
    • GIF
      • generation & solving
      • generation
      • solving

Other features

  • Import
  • Export
  • GUI (with -gui parameter)

Author

Maks Makuta (C) 2023
MIT Licence