Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

README.MD

File metadata and controls

7 lines (4 loc) · 268 Bytes

Copyright 2023 Christos Chartomatsidis

This simple algorithm creates a random maze using reversed Primms algorithm for minimal spanning trees.

The maze is in the form of an array, and depicted dynamically in the canvas.

This is to be used for old-school retro RPGS.