Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages