maze:用Go编写的迷宫命令

时间:2021-05-29 09:57:46
【文件属性】:
文件名称:maze:用Go编写的迷宫命令
文件大小:27KB
文件格式:ZIP
更新时间:2021-05-29 09:57:46
golang maze maze-generator maze-game maze-generation-algorithms 迷宫 用法 没有参数的maze命令将随机迷宫打印到标准输出。 maze 我们可以使用--interactive在终端上玩迷宫。 maze --interactive --format color是打印彩色迷宫的好选择。 我们也可以使用--width和--height指定迷宫的大小。 maze --width 20 --height 10 --format color 我们可以使用s键切换解决方案。 如果我们将终端的字体变小,我们会得到一个大迷宫。 安装 自制酒 brew install itchyny/tap/maze 从源代码构建 go get -u github.com/itchyny/maze/cmd/maze 错误追踪器 在报告错误。 作者 痒 ( ) 执照 该软件是在 MIT 许可证下发布的,请参阅许可证。 特别感谢 特别感谢termbox-go库。 参考
【文件预览】:
maze-master
----cmd()
--------maze()
----.github()
--------workflows()
----test()
--------default.sh(37B)
--------start_bottom.sh(60B)
--------width1_answer.txt(191B)
--------goal_bottom.sh(59B)
--------color_answer.txt(4KB)
--------answer.txt(947B)
--------start_bottom_right.sh(71B)
--------start_bottom_right.txt(947B)
--------mini.txt(29B)
--------start_top.txt(947B)
--------small.sh(35B)
--------height1.txt(137B)
--------goal_bottom_left.sh(59B)
--------height1.sh(36B)
--------start_left.txt(947B)
--------start_bottom_left.sh(60B)
--------output.sh(70B)
--------goal_top_right.sh(59B)
--------height1_answer.txt(137B)
--------goal_top.sh(59B)
--------color.sh(52B)
--------goal_bottom.txt(947B)
--------width1.txt(191B)
--------seed2.sh(37B)
--------start_top_right.sh(60B)
--------start_top.sh(60B)
--------default.txt(947B)
--------color_answer.sh(63B)
--------color.txt(3KB)
--------small.txt(121B)
--------output.txt(947B)
--------start_top_right.txt(947B)
--------goal_top.txt(947B)
--------seed1.sh(37B)
--------help.sh(12B)
--------goal_top_right.txt(947B)
--------goal_left.sh(59B)
--------help.txt(110B)
--------goal_bottom_left.txt(947B)
--------mini.sh(35B)
--------height1_answer.sh(47B)
--------start_bottom.txt(947B)
--------start_right.txt(947B)
--------start_bottom_left.txt(947B)
--------width1.sh(36B)
--------seed2.txt(947B)
--------answer.sh(48B)
--------width1_answer.sh(47B)
--------seed1.txt(947B)
--------start_left.sh(60B)
--------goal_left.txt(947B)
--------start_right.sh(60B)
----LICENSE(1KB)
----maze.go(13KB)
----.gitignore(40B)
----Makefile(2KB)
----go.sum(3KB)
----README.md(2KB)
----go.mod(477B)

网友评论