Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 677 Bytes

File metadata and controls

13 lines (9 loc) · 677 Bytes

Overview

This project provides a JavaScript implementation of a growing tree algorithm for generating mazes.

It was originally ported from growingtree.py, a Python implementation of the algorithm, found on this page.

The project includes a demonstration page that allows changing the map generation parameters, previewing the generated map, and exporting the generated map to the Tiled Map Editor's JSON format for use in a supported game engine (phaser, for example).

It can also be used as a standalone JavaScript library.