Maze
Maze generator, with crossing
Install / Use
/learn @daleobrien/MazeREADME
maze
Maze generator with crossings.
Installation
pip3 install maze
Or install from source:
python3 setup.py install
To export a 20 by 30 maze SVG and a solution SVG, run:
maze svg maze.svg -s maze-solved.svg -W 23 -H 30
To using python3 directly, change into the directory with the file maze.py and run:
python3 maze.py svg maze.svg -s maze-solved.svg -W 23 -H 30
will produce:
| maze.svg | maze-solved.svg |
|----------------------------------------------------------------------------|-----------------------------------------------------------------------------------|
| |
|
Using the -S option will produce a maze with no curves e.g.:
maze svg maze-straight.svg -s maze-straight-solved.svg -W 23 -H 30
| maze.svg | maze-solved.svg |
|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------|
| |
|
To generate PDF (currenlty this options doesn't allow solutions to be generated)
maze pdf my_maze.pdf
will produce a pdf.
Run maze without any arguments to see all options.
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
