Converted to 7-bit clean us-ascii, which also aligns diagram. Moved "hall" connection to be inline with Rooms in diagram.
This commit is contained in:
@@ -218,33 +218,33 @@ There are also **halls**, which connect rooms within a wing, and **tunnels**, wh
|
|||||||
You say what you're looking for and boom, it already knows which wing to go to. Just *that* in itself would have made a big difference. But this is beautiful, elegant, organic, and most importantly, efficient.
|
You say what you're looking for and boom, it already knows which wing to go to. Just *that* in itself would have made a big difference. But this is beautiful, elegant, organic, and most importantly, efficient.
|
||||||
|
|
||||||
```
|
```
|
||||||
┌─────────────────────────────────────────────────────────────┐
|
+------------------------------------------------------------+
|
||||||
│ WING: Person │
|
¦ WING: Person ¦
|
||||||
│ │
|
¦ ¦
|
||||||
│ ┌──────────┐ ──hall── ┌──────────┐ │
|
¦ +----------+ +----------+ ¦
|
||||||
│ │ Room A │ │ Room B │ │
|
¦ ¦ Room A ¦ --hall-- ¦ Room B ¦ ¦
|
||||||
│ └────┬─────┘ └──────────┘ │
|
¦ +----------+ +----------+ ¦
|
||||||
│ │ │
|
¦ ¦ ¦
|
||||||
│ ▼ │
|
¦ v ¦
|
||||||
│ ┌──────────┐ ┌──────────┐ │
|
¦ +----------+ +----------+ ¦
|
||||||
│ │ Closet │ ───▶ │ Drawer │ │
|
¦ ¦ Closet ¦ ---> ¦ Drawer ¦ ¦
|
||||||
│ └──────────┘ └──────────┘ │
|
¦ +----------+ +----------+ ¦
|
||||||
└─────────┼──────────────────────────────────────────────────┘
|
+---------+--------------------------------------------------+
|
||||||
│
|
¦
|
||||||
tunnel
|
tunnel
|
||||||
│
|
¦
|
||||||
┌─────────┼──────────────────────────────────────────────────┐
|
+---------+--------------------------------------------------+
|
||||||
│ WING: Project │
|
¦ WING: Project ¦
|
||||||
│ │ │
|
¦ ¦ ¦
|
||||||
│ ┌────┴─────┐ ──hall── ┌──────────┐ │
|
¦ +----------+ +----------+ ¦
|
||||||
│ │ Room A │ │ Room C │ │
|
¦ ¦ Room A ¦ --hall-- ¦ Room C ¦ ¦
|
||||||
│ └────┬─────┘ └──────────┘ │
|
¦ +----------+ +----------+ ¦
|
||||||
│ │ │
|
¦ ¦ ¦
|
||||||
│ ▼ │
|
¦ v ¦
|
||||||
│ ┌──────────┐ ┌──────────┐ │
|
¦ +----------+ +----------+ ¦
|
||||||
│ │ Closet │ ───▶ │ Drawer │ │
|
¦ ¦ Closet ¦ ---> ¦ Drawer ¦ ¦
|
||||||
│ └──────────┘ └──────────┘ │
|
¦ +----------+ +----------+ ¦
|
||||||
└─────────────────────────────────────────────────────────────┘
|
+------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
**Wings** — a person or project. As many as you need.
|
**Wings** — a person or project. As many as you need.
|
||||||
|
|||||||
Reference in New Issue
Block a user