[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 927 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 927 Bytes

Maze

A small Java library for generating 2D orthogonal "perfect" mazes.

The following maze generation algorithms are included:

Also included is a wrapper class that provides a tile-centric interface, in case you want to treat a maze as a grid of tiles rather than a collection of lines.

A maze generated using recursive backtracking:

Screenshot

A tile maze generated using Wilson's algorithm:

Screenshot