mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-30 00:50:45 +08:00
0a6f1b9bc0
* Link against boost statically. * Improve FlowChart if/then/else * Add support for while loop in FlowChart * Add support for do-loop
24 lines
849 B
Plaintext
24 lines
849 B
Plaintext
______
|
||
╱ ╲
|
||
_____╱ Hungry ╲____
|
||
│ no ╲ ╱ │
|
||
│ ╲______╱ │
|
||
│ │yes │
|
||
│ ┌─▽─┐ │
|
||
│ │eat│ │
|
||
│ └─┬─┘ │
|
||
│ __▽____ │
|
||
│ ╱ ╲ │
|
||
│ ____╱ Thursty ╲_ │
|
||
││ no ╲ ╱ │ │
|
||
││ ╲_______╱ │ │
|
||
││ │yes │ │
|
||
││ ┌──▽──┐ │ │
|
||
││ │drink│ │ │
|
||
││ └──┬──┘ │ │
|
||
││ └──────┘ │
|
||
│└──────────────────┘
|
||
┌──▽──┐
|
||
│Sleep│
|
||
└─────┘
|