-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Implement mud-area map --world <world.sml> --out <map.dot>.
Behavior
- Parse world; (optionally) validate + link check first.
- Emit minimal Graphviz DOT: nodes per room labeled
zone:id; edges per exitdir. - No styling; portable output.
Acceptance
- DOT passes
dot -Tpnglocally; sample map generated forworld_small.sml.