Skip to content

InfiniMaze is an infinite, persistent, procedurally generated, explorable maze! Based off of https://github.com/itchyny/maze but heavily modified to support this use case.

License

Notifications You must be signed in to change notification settings

Static-Flow/infiniMaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfiniMaze : an infinite, persistent, procedurally generated, explorable maze

Built off the great work by @itchyny here: https://github.com/itchyny/maze

Usage

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

Installation

Build from source

go get -u github.com/Static-Flow/infiniMaze/infiniMaze

Bug Tracker

Report bug at Issues・Static-Flow/infiniMaze - GitHub.

Author

Static-Flow (https://github.com/Static-Flow)

License

This software is released under the MIT License, see LICENSE.

Special thanks

Special thanks to the termbox-go library.

About

InfiniMaze is an infinite, persistent, procedurally generated, explorable maze! Based off of https://github.com/itchyny/maze but heavily modified to support this use case.

Topics

Resources

License

Stars

Watchers

Forks

Languages