mirror of
https://github.com/itchyny/maze
synced 2026-07-22 15:33:53 +00:00
No description
- Go 89.8%
- Shell 5.5%
- Makefile 4.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| cmd/maze | ||
| test | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| maze.go | ||
| README.md | ||
maze
Usage
The maze command without the arguments prints the random maze to the standard output.
maze
We can play the maze on the terminal with --interactive.
maze --interactive
The --format color is a good option to print the colored maze. Also we can specify the size of the maze with --width and --height.
maze --width 20 --height 10 --format color
We can toggle the solution with the s key.

If we change the font size of the terminal smaller, we get a large maze.

Installation
Homebrew
brew install itchyny/tap/maze
Build from source
go install github.com/itchyny/maze/cmd/maze@latest
Bug Tracker
Report bug at Issues・itchyny/maze - GitHub.
Author
itchyny (https://github.com/itchyny)
License
This software is released under the MIT License, see LICENSE.
Special thanks
Special thanks to the termbox-go library.



