Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 498 Bytes

Maze generation algorithm

IDK

This is a rust program that generates a maze using a stack-based iterative implementation.
The resulting maze can/will be exported as a picture file

The making of this was inspired by logicguy

Usage

./[bin] [X] [Y] [pixel size (optional)] [output path (optional)]