Skip to content

rasolo/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze

A maze/labyrinth generator made in Windows Forms. Project made by unknown programmer; I simply implemented the algorithms to generate and solve the maze.

Image of the maze

Requirements

Windows.

.NET Framework 4.5+.

Visual Studio 2012 +


Installation

Clone project.

Open .sln in Visual Studio.

Set the project MazeGenerator.Forms as the startup project.

F5 or CTRL + F5


TODO:

  • Generate maze more randomly, not up and down paths.
  • Code cleanup.
  • Randomize start and end position for the maze.
  • Find better solution to creating a new list and reversing with the solution path.
  • Recursive solutions.
  • A* algorithm to find optimal path?

About

Maze generator and solver in C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages