Skip to content

fmahnke/mapGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Procedural maze map generator using the growing tree algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published