Skip to content

js42721/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 24, 2018
53e79ce · Dec 24, 2018

History

67 Commits
Dec 16, 2018
Dec 24, 2018
Nov 19, 2014
Oct 29, 2014
Dec 18, 2018
Dec 17, 2018
Dec 18, 2018

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages