Skip to content

MaxDBenson/Maze-Generator-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program consists of the Maze class, a wrapper class built around a two dimensional array of Chamber objects. A chamber object consists of four "wall" boolean values that denote whether that chamber has a wall on the corresponding side. The Maze constructor manipulates these values to randomly generate a maze based on width and height parameters. The MazeFrame program solves such a maze and uses a MazeComponent object to draw the result.

About

Randomly generates and solves a maze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages