OXRBench / OFloChR /anno /en_5_flowchart.md
Geong's picture
Upload 1001 files
f66b1ac verified

PREPARING\nADVENTURE\nTOOLS

For your grand expedition

flowchart TD
    E(Adventure\nPlan\nDevelopment) --> F(Is there\ntreasure to\nuncover\nhere?)
    F --> |N| J(Review the\nplan and\nsearch for\na new map)
    J --> F
    F --> |Y| G(Can I\ncomplete\nthis\nadventure\non my own?)
    G --> |Y| D(Gear up\nand\nembark on\nthe\nadventure)
    D --> B(Record\nadventure\nfindings)
    B --> C(Discover\ntreasure)
    C --> |N| A(Adjust\nthe route)
    A --> B
    C --> |Y| K[Cheer!\nContinue the\nadventure and\nexplore more]
    D --> |Y| H(Can I hire\nsome help?)
    H --> |N| I(Do I want to\nchange\ndirection and\ncontinue the\nadventure?)
    I --> |N| L[Adventure\nends]
    I --> |Y| J
    G --> |N| H