Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 590 Bytes

File metadata and controls

16 lines (13 loc) · 590 Bytes

MazeGeneratorAndSolver

Project for generating and solving mazes; uses C# and Windows Forms.

Features

  • Creating mazes with different methods (backtracking, hunt-and-kill; more methods will be in future)
  • Solving generated mazes
  • Generating maze picture on screen or save it in file (even with solution)
  • Additional customization (start/finish points, creating tunnels or removing some points to path, different colors)

Launch

  • Clone repo
  • Open solution (for example in Visual Studio)
  • Build it

License

This project has MIT License