Built off the great work by @itchyny here: https://github.com/itchyny/maze
The infiniMaze
command without arguments starts a maze that matches the terminal size in the Color mode.
infiniMaze
You can get a list of command line options with the below command:
$ infiniMaze --h
NAME:
infiniMaze - InfiniMaze is an infinite, persistent, procedurally generated, explorable maze
USAGE:
infiniMaze [global options] [arguments...]
VERSION:
0.0.1
AUTHOR:
Static-Flow
GLOBAL OPTIONS:
--width value The width of the infiniMaze
--height value The height of the infiniMaze
--format default Output format, default or `ascii`
--seed value The random seed
--help, -h Shows the help of the command
--version, -v print the version
go get -u github.com/Static-Flow/infiniMaze/infiniMaze
Report bug at Issues・Static-Flow/infiniMaze - GitHub.
Static-Flow (https://github.com/Static-Flow)
This software is released under the MIT License, see LICENSE.
Special thanks to the termbox-go library.