(set: $name to (prompt: "Hello! What's your name?", "")) Welcome, $name! You are the deity of this world for a day. You control the creation and destruction of this world. Your choices will influence the fate of this world. Good luck! ଘ(੭ˊ꒳ˋ)੭✧ [[I am ready]] (set: $dog to 0) (set: $flower to 0) (set: $man to 0) (set: $woman to 0) (set: $cat to 0) (set: $forest to 0) (set: $cloud to 0) (set: $river to 0) (set: $hope to 0) (set: $freedom to 0) (set: $truth to 0) (set: $hatred to 0) (set: $fear to 0) (set: $Note to " ")What do you want to do? [[Create]] [[Destroy]] [[Nothing]]What do you want to create? [[human]] [[cat]] [[dog]]What do you want to destroy? [[Elements of Nature->1]] [[Abstract Concepts->2]]Do you want to do nothing for a whole day? [[Yes, do nothing all day]] [[No, I want to continue doing other things->I am ready]]# Congrats!👏🏻 Your day as the deity of this world has come to an end. You chose to do nothing all day. The world experienced a day untouched by a deity's hand. Will this make the world better or worse? No one knows. Perhaps only the deity knows. [[Try again->Name]] You choose human. You want to create ___ [[man]] [[woman]]You created a cat. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $cat to $cat + 1)You created a dog. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $dog to $dog + 1)You created a flower. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $flower to $flower + 1)You created a man. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $man to $man + 1)You created a woman. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $woman to $woman + 1)You choose elements of nature. You want to destroy ___ [[forest]] [[river]] [[cloud]] You choose abstract concepts. You want to destroy ___ [[fear]] [[hatred]] [[freedom]] [[hope]] [[truth]]You destroyed a forest. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $forest to $forest + 1)You destroyed a river. [[I want to create more->Create]] [[I want to destroy more->Destroy]] (set: $river to $river + 1) [[End]]You destroyed a cloud. [[I want to create more->Create]] [[I want to destroy more->Destroy]] (set: $cloud to $cloud + 1) [[End]]You destroyed fear. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $fear to $fear + 1)You destroyed hatred. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $hatred to $hatred + 1)You destroyed freedom. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $freedom to $freedom + 1)You destroyed hope. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $hope to $hope + 1)You destroyed truth. [[I want to create more->Create]] [[I want to destroy more->Destroy]] [[End]] (set: $truth to $trurh + 1)(set: $Note to (prompt: "Do you want to write something?", "")) You wrote: $Note [[Continue]]# Congrats!👏🏻 Your day as the deity of this world has come to an end. Today, (text-colour:green)[you created:] $dog dog $cat cat $flower flower $man man $woman woman (text-colour:red)[you destroyed :] $forest forest $cloud cloud $river river (text-colour:red)[you destroyed :] hope $hope times freedom $freedom times truth $truth times hatred $hatred times fear $fear times (text-colour:grey)[Memo:] $Note ''What will happen to the world next? We'll wait and see.'' [[Try again->Name]]