Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.47 KB | None | 0 0
  1. def desert_realization():
  2. print "You spend an hour or two shuffling towards the mountains. Once you reach them"
  3. print "you begin to climb over. Luckily they are not very high. On the other side"
  4. print "you see a watering hole and several caves embedded in the side of the mountain"
  5. print "that you might make yourself comfortable in. You look down at your skin... your"
  6. print "claws... and wonder what other changes might take place. While you are very"
  7. print "unlikely to ever see your home planet again, at least you are adapting to the"
  8. print "new one so that you may live to see another day.\n---The End---"
  9. exit(0)
  10.  
  11. def strength():
  12. print "With your newfound strength you decide to find another way out. You travel"
  13. print "a ways down the underground tunnel and see light coming from above. You begin"
  14. print "to climb up the wall towards the opening. As you climb you notice claws start"
  15. print "to grow out of your fingertips and toes. You make it out of the hole and see"
  16. print "no sign of the snake. You continue towards the mountains. Your translucent"
  17. print "skin begins to scale over and protect you from the sun. Not only does your skin"
  18. print "protect you, but it also causes you to blend in with the rocks and sand."
  19. print "In an attempt to protect the rest of your body, you begin to crawl on all fours."
  20. print "Your legs shorten and bear the characteristics of a lizard. You realize you are"
  21. print "adapting; evolving. From behind you you hear a loud hiss. You turn to see"
  22. print "the giant snake. What should you do?\nFight the snake head on with your"
  23. print "new claws, and bite it a few times.\nStand motionless: maybe he won't see you"
  24. print "if you don't move."
  25. snake_fooled = False
  26.  
  27. while True:
  28. decide = raw_input("> ")
  29.  
  30. if decide == "fight snake":
  31. dead("You charge at the snake and begin to bite and claw at it. It sinks its\nfangs into your side, releasing its venom into your blood.")
  32. elif decide == "don't move" and not snake_fooled:
  33. print "You stand motionless. The snake passes by, unable to see you. It\nslithers off in the opposite direction. You may continue toward the mountains."
  34. snake_fooled = True
  35. elif decide == "continue" and snake_fooled:
  36. print "You continue on toward the rocky mountains."
  37. desert_realization()
  38. else:
  39. print "The snake has not noticed you yet. There is still time to decide."
  40.  
  41. def underground():
  42. print "Luckily the snake cannot fit through, so you hide and allow your eyes to adjust"
  43. print "in the dark. You look around and see insects scurrying about, as well as an"
  44. print "underground spring. You realize you have not had anything to eat or drink in"
  45. print "quite some time. You take a refreshing drink from the spring and take a pondering"
  46. print "glance at some nearby beetles. You are starving... do you eat them?"
  47.  
  48. while True:
  49. decide = raw_input("> ")
  50.  
  51. if decide == "eat":
  52. print "You hungrily grab a handful of beetles and crunch down on them.\nOnce you get past the odd texture, they aren't so bad."
  53. strength()
  54. elif decide == "do not eat":
  55. dead("You are unable to regain your strength without food so you starve.")
  56. else:
  57. print "What do you decide?"
  58.  
  59. def desert():
  60. print "You decide to trek across the desert, towards the rocky mountains. Your skin"
  61. print "sizzles in the hot sun, but you press on. Just then a huge snake emerges from"
  62. print "a large hole in the ground, baring its poisonous fangs at you. Unsure of what"
  63. print "to do, you look around for some kind of refuge when you notice a smaller hole"
  64. print "nearby that the snake will be unable to fit through. On the other hand you"
  65. print "could bash the snake's head in with a rock when it attempts to strike. Do you"
  66. print "hide, or fight the snake?"
  67.  
  68. while True:
  69. decide = raw_input("> ")
  70.  
  71. if decide == "fight snake":
  72. dead("You pick up a rock, and just as the snake strikes you attempt to bash "
  73. "his head in. You miss as the snake is much faster than you. It pierces "
  74. "your skin with its fangs and injects its poison into your body.")
  75. elif decide == "hide":
  76. print "The snake attacks, and you are nearly struck by his fangs as you dash\ninto the nearby hole."
  77. underground()
  78. else:
  79. print "The snake hisses and is preparing to strike. What do you decide?"
  80.  
  81. def jungle_realization():
  82. print "After this incident you realize you are exhausted. You find a safe place to rest"
  83. print "between the crux of two branches. You examine yourself more closely. Not only"
  84. print "have your arms changed, but the color of your skin is changing shade to match"
  85. print "the color of the trees; a mixture of browns, greens and blues. After your"
  86. print "recent experience with biting and scratching you notice the growth of fangs and"
  87. print "claws. You sit and wonder what other changes may take place. While you are"
  88. print "very unlikely to ever see your home planet again, at least you are adapting to"
  89. print "the new one so that you may live to see another day.\n---The End---"
  90. exit(0)
  91.  
  92. def fruits():
  93. print "You climb to one fruit and begin to eat it. It is delicious... now you"
  94. print "have more energy. You proceed to the next fruit... and the next fruit..."
  95. print "You look down at your arms and notice they are suddenly changing."
  96. print "They are becoming elongated... your hands larger. The translucent"
  97. print "quality of your skin dissipates. You are adapting; evolving. You feel"
  98. print "stronger, and proceed to swing through the trees. Unfortunately you swing"
  99. print "right into the clutches of a bizarre looking creature, covered in hair."
  100. print "Its head is disproportionatly larger than its body. It has a huge gaping mouth"
  101. print "with razor sharp teeth, and at the end of two long arms are grasping hands"
  102. print "with sharp claws. What do you do?\nBite the creature's hand so it lets go,"
  103. print "then run away.\nBite the creature's hand so it lets go, then scratch its"
  104. print "eyeballs.\nDo nothing and surrender to the creature."
  105. creature_injured = False
  106.  
  107. while True:
  108. decide = raw_input("> ")
  109.  
  110. if decide == "bite and run away":
  111. dead("Though you get a head start, the creature is faster. It\ncatches up and stuffs you into its mouth, crunching every bone in your body.")
  112. elif decide == "bite and scratch" and not creature_injured:
  113. print "You bite the creatures hand. He drops you and you immediately scratch\nhis eyes out. He shreaks and recoils in pain.\nNow you can continue to swing through the trees."
  114. creature_injured = True
  115. elif decide == "bite and scratch" and creature_injured:
  116. dead("The creature scratches blindly at the air and manages to pierce you with\nhis claws.")
  117. elif decide == "continue" and creature_injured:
  118. print "You continue swinging through the trees."
  119. jungle_realization()
  120. elif decide == "surrender":
  121. dead("The creature gladly accepts your surrender, chomping you in half.")
  122. else:
  123. print "The creature is angry and time is running out... what do you do?"
  124.  
  125. def climb_vine():
  126. print "Once up in the tree you take a look around. You see strange fruits, and realize"
  127. print "you have not eaten in quite a while. The fruits are hard to reach as you must"
  128. print "climb to get to them. Do you climb or stay where you are?"
  129.  
  130. while True:
  131. decide = raw_input("> ")
  132.  
  133. if decide == "climb":
  134. print "You begin to climb towards the fruits."
  135. fruits()
  136. elif decide == "stay":
  137. dead("You stay where you are and starve.")
  138. else:
  139. print "What do you decide?"
  140.  
  141. def jungle():
  142. print "You make your way over to the jungle. As you trek deeper into the jungle the"
  143. print "foliage becomes more dense and you hear wildlife of some kind nearby."
  144. print "A few yards ahead of you there is a huge, snarling, bore-like beast with sharp"
  145. print "fangs. It appears to be threatening. What do you do?"
  146. print "Pick up a nearby stick and fight it off."
  147. print "Climb up a vine hanging from a nearby tree. Perhaps you can seek refuge high"
  148. print "up in its branches."
  149.  
  150. while True:
  151. decide = raw_input("> ")
  152.  
  153. if decide == "fight animal":
  154. dead("You do not possess nearly enough strength to kill this animal. It "
  155. "chomps your stick in two and rips you apart.")
  156. elif decide == "climb":
  157. print "You struggle to climb up the vine. It is difficult in your weakened\nstate, but you manage to climb up just in time as the beast charges at you."
  158. climb_vine()
  159. else:
  160. print "Better hurry up and decide or the animal will kill you."
  161.  
  162. def hear_more():
  163. print "You stay in the capsule. 'What do you mean, deploy?' you ask."
  164. print "'These creatures... these... aliens... they perform terrible experiments"
  165. print "on their subjects. I have seen other species as well, not just ours."
  166. print "Once the aliens have completed their... tests... or whatever they are"
  167. print "the subjects are deployed. I do not know what becomes of them.'"
  168. print "Just then, one of the aliens walks over and injects you with something."
  169. print "You are in and out of conciousness for... days? Weeks? You cannot tell."
  170. print "Every time you come to you find various tubes and wires imbedded in your skin,"
  171. print "always accompanied with terrible pain. Your body feels strange..."
  172. print "The next time you wake up, you are on a strange planet. You look down at yourself."
  173. print "Your skin feels very raw, and you see it is translucent. You can see your"
  174. print "skeletal structure, and the outline of muscles and tendons. You are very weak, and"
  175. print "in quite a lot of pain. You must find shelter, as the planet's sun beats down."
  176. print "You look around and see dense foliage to your right... a jungle? The plants are"
  177. print "foreign to you. To your left you see a rocky, sandy clearing... a desert,"
  178. print "brownish-red in color. The clearing leads up to some rocky mountains."
  179. print "There could be something on the other side. Do you take the desert, or the jungle?"
  180.  
  181. while True:
  182. decide = raw_input("> ")
  183.  
  184. if decide == "jungle":
  185. jungle()
  186. elif decide == "desert":
  187. desert()
  188. else:
  189. print "You should hurry up and make a decision; your skin is starting to burn."
  190.  
  191. def dead(quote):
  192. print quote, "You have died."
  193. exit(0)
  194.  
  195. def start():
  196. print "Today is a day like any other day; doing housework, nothing too exciting."
  197. print "You decide to take out the trash."
  198. print "The second you step out onto the porch, a bright light surrounds you."
  199. print "It is so bright you cannot see. You close your eyes, and the next time"
  200. print "you open them you are immersed in a strange goopy liquid."
  201. print "Startled, you sit up abruptly, breaking the surface of the liquid."
  202. print "Wiping the goop out of your eyes, you look around."
  203. print "You see strange creatures walking around a dimly lit metallic room,"
  204. print "tending to capsules full of goop and (presumably) containing other lifeforms."
  205. print "Nearby you hear a voice, 'Hey!' You look over to see a strange looking"
  206. print "creature sitting up in one of the capsules. Oddly it speaks your language."
  207. print "'I am the same species as you. They transformed me. You have to listen to me:"
  208. print "there is no way out, so don't even think of trying to escape."
  209. print "They will kill you. Your only option is to wait until they deploy you.'"
  210. print "Do you..."
  211. print "Stay in the capsule of goop. You want to know more."
  212. print "Jump out of the capsule. How do you know this 'thing' is telling the truth?"
  213.  
  214. while True:
  215. decide = raw_input("> ")
  216.  
  217. if decide == "stay in capsule":
  218. hear_more()
  219. elif decide == "jump out":
  220. dead("The creatures tending the capsules become startled. There are a few "
  221. "standing by with weapons. They approach you and fire.")
  222. else:
  223. print "What do you decide?"
  224.  
  225. start()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement