No description
- Rust 89.9%
- HTML 5.6%
- JavaScript 3.2%
- Dockerfile 0.8%
- Shell 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
The Dockerfile built fresh wasm into web/pkg and then copied the repo's web/ directory over it, so the tracked, outdated web/pkg artifacts were what nginx served. Build to /pkg instead and copy it into the nginx stage last, and untrack web/pkg so stale binaries can't ship again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
| .cargo | ||
| assets | ||
| notes | ||
| src | ||
| tests/fixtures | ||
| web | ||
| .dockerignore | ||
| .gitignore | ||
| app.json | ||
| build-wasm.sh | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| Dockerfile | ||
| LICENSE | ||
| nginx.conf | ||
| prompt | ||
| README.md | ||
Circle Maze Generator
A circular maze generator that creates mazes with configurable complexity. Available as both a CLI tool and a WebAssembly web application.
Features
- Generate random circular mazes with customizable number of circles
- Find and highlight the longest path (tree diameter)
- Export to SVG format
- Save/load mazes as JSON
- WebAssembly-powered web interface
Screenshot
Documentation
Build instructions, CLI and web usage, project structure, and algorithm details live in CLAUDE.md.
