A1 A2 A3 B1 B2 B3 C1 C2 C3
Entrance.
- South
- West (blocked)
End of the line.
<style>.room { display: none; } .room:target { display: block } main:not(:has(:target)) .room.begin { display: block; } .minimap { display:grid; grid-template-columns: repeat(3, 2em); grid-template-rows: repeat(3, 1fr); }</style>
A1 A2 A3 B1 B2 B3 C1 C2 C3
Entrance.
End of the line.