Skip to content

Instantly share code, notes, and snippets.

@InbarDanieli
Last active November 6, 2022 17:54
Show Gist options
  • Save InbarDanieli/60efa240e4e476d9cd66bc7f85a8aefb to your computer and use it in GitHub Desktop.
Save InbarDanieli/60efa240e4e476d9cd66bc7f85a8aefb to your computer and use it in GitHub Desktop.
flowchart TD;
     intro --> fix-life-support[fix life support];
     intro --> put-out-fire[put out fire];
     
      fix-life-support --> wake-the-crew[wake the crew]
      fix-life-support --> wear-desguise[wear a disguise]
     
     wear-desguise --> send-mark-in
     wear-desguise --> wake-the-crew-mark
     wear-desguise --> fix-it-from-the-outside1
     
     wake-the-crew --> call-backup["call" for backup]
     wake-the-crew --> wake-the-crew2[wake the crew]
   
     call-backup --> send-mark-in
     call-backup --> wake-the-crew-mark
     call-backup --> fix-it-from-the-outside1
     
     wake-the-crew2 --> wake-the-crew3([wake the crew])
     wake-the-crew2 --> blow-IT[blow IT up before IT blow you up]
     
     wake-the-crew3 --> go-towards-the-light
     
     blow-IT --> belive([I belive you])
     blow-IT --> dream([this must be a dream])
     
     belive --> go-towards-the-light
     dream -->  go-towards-the-light
     
     put-out-fire --> send-mark-in[send mark in]; 
     put-out-fire --> wake-the-crew-mark[wake the crew]; 
     put-out-fire --> fix-it-from-the-outside1[fix it from the outside]; 
     
     wake-the-crew-mark --> wake-the-crew-mark2[wake the crew]
      wake-the-crew-mark --> fix-it-from-the-outside2
     
     wake-the-crew-mark2 --> fix-it-from-the-outside3
     wake-the-crew-mark2 -->  wake-the-crew-mark3([wake the crew])
     
      wake-the-crew-mark3 --> go-towards-the-light
     
     send-mark-in --> fix-it-from-the-outside2[fix it from the outside]; 
     send-mark-in --> send-mark-in-again1[send mark in again]; 

     fix-it-from-the-outside1 --> fix-it-from-the-outside2; 
     fix-it-from-the-outside1 --> send-mark-in-again1; 


     fix-it-from-the-outside2 --> fix-it-from-the-outside3[fix it from the outside];
     fix-it-from-the-outside2 --> send-mark-in-again2[send mark in again];
     
      send-mark-in-again1 --> fix-it-from-the-outside3([fix it from the outside]);
     send-mark-in-again1 --> send-mark-in-again2([send mark in again]);
     
     send-mark-in-again2 --> go-towards-the-light
     
     
     fix-it-from-the-outside3 --> go-towards-the-light[go towards the light];
     
     go-towards-the-light --> jamp-in-again1[jump in again];
     go-towards-the-light --> emergemcy-meeting1["call" an emergemcy meeting];
     
     jamp-in-again1 --> jamp-in-again2[jump in again];
     jamp-in-again1 --> emergemcy-meeting1["call" an emergemcy meeting];
     
     jamp-in-again2 --> jamp-in-again3[jump in again];
     jamp-in-again2 --> emergemcy-meeting1["call" an emergemcy meeting];

     jamp-in-again3 --> emergemcy-meeting1
     jamp-in-again3 -->|infinite loop| jamp-in-again1
     
     
     emergemcy-meeting1 --> send-a-distress-signal[send a distress signal]
     emergemcy-meeting1 --> pop-em-in-reverse[pop 'em in reverse]

     send-a-distress-signal --> attack[attack]
     send-a-distress-signal --> dont-attack[don't attack]
     
     dont-attack --> dont-need-your-help[we dont need your help]
     dont-attack --> need-your-help[we need your help]
     
     dont-need-your-help --> dont-open-door
     dont-need-your-help --> open-door
     
     need-your-help --> dont-open-door
     need-your-help --> open-door
     
     attack --> send-a-distress[send a distress call]
     attack --> fire-all-weapons-at-wormhole[fire all weapons at the wormhole]
     
     pop-em-in-reverse --> send-a-distress
     pop-em-in-reverse --> fire-all-weapons-at-wormhole
     
     fire-all-weapons-at-wormhole --> use-device[use the device]
     fire-all-weapons-at-wormhole --> plan-k[plan k] 
     
     send-a-distress --> throw-down-your-weapons[throw down your weapons]
     send-a-distress --> give-mark-the-signal[give mark the signal]
     
     give-mark-the-signal --> use-device
     give-mark-the-signal --> plan-k
     
     use-device --> dont-open-door
     use-device --> open-door
     
     open-door --> open-door2[open the door]
     open-door --> dont-open-door2[dont open the door]
     
     open-door2 --> dont-open-door3[dont open the door]
     open-door2 --> open-door3[open the door]
     
     dont-open-door3 --> here-before
     dont-open-door3 --> never-here-before
     
     
     plan-k --> well-im-not-doing-it[well im not doing it]
     plan-k --> step-in-wormhole[step in the wormhole]
     
     throw-down-your-weapons --> dont-open-door[don't open the door]
     throw-down-your-weapons --> open-door[open the door]
     
     dont-open-door --> gunther-think-colonists[gunther think of the colonists]
     dont-open-door --> for-backup["call" for backup]

    gunther-think-colonists --> blow-it-up[blow it up befote it blows you up]
    gunther-think-colonists --> burt-think-colonists[burt think of the colonists]
    
    
    burt-think-colonists --> celci-think-of-the-colonists[celci think of the colonists]
    burt-think-colonists --> fix-it-from-the-outside-4[fix it from the outside]
    
    celci-think-of-the-colonists -->|redo| id[intro]
    
    fix-it-from-the-outside-4 --> im-ready[im ready]
    fix-it-from-the-outside-4 --> hold-up-a-second[hold up a second]
    
    blow-it-up --> never-here-before[were never been here before]
    blow-it-up --> here-before[were been here before]
    
    never-here-before --> part2[part 2!]
    here-before --> part2
    open-door3 --> part2
    im-ready --> part2
    hold-up-a-second --> part2
    for-backup --> part2
    well-im-not-doing-it --> part2
     step-in-wormhole --> part2
      dont-open-door2 --> part2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment