Skip to content

Implement three maze generation algorithms including Prim's, Aldous Broder, and Randomized DFS

Notifications You must be signed in to change notification settings

kaedenle/COP-4520-MAZE-GEN

Repository files navigation

COP-4520-MAZE-GEN

Implements three maze generation algorithms including Randomized Prim's, Aldous Broder, and Randomized DFS and provides a visualation using the Java Swing API.

Build Steps

There are 4 files: AldousBorder.java, MazeGeneratorDFS.java, and RandomizedPrims.java, and MazeVisualizer.java. Each file implements a different algorithm and has its own main method except for RandomizedPrims (this file uses MazeVisualizer.java)

To compile and run:
javac <filename>.java
java <filename>

Example:
javac MazeVisualizer.java
java MazeVisualizer

About

Implement three maze generation algorithms including Prim's, Aldous Broder, and Randomized DFS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages