Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.
/ mazinator Public archive

Command line tool to generate beautiful maze.

Notifications You must be signed in to change notification settings

Vui-Chee/mazinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazinator

Command line tool to generate beautiful maze.

Instructions

If Rust is not installed

Run curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install crates and build

cargo install mazinator

Run (order of args does not matter)

mazinator [number of rows] [number of cols] [dfs or bfs]