Advertisement
Guest User

Untitled

a guest
Mar 16th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 KB | None | 0 0
  1. def startScreen():
  2. print("███████╗███████╗ ██████╗ █████╗ ██████╗ ███████╗ ██╗ ██╗ ██████╗ ██╗ ██╗███████╗███████╗")
  3. print("██╔════╝██╔════╝██╔════╝██╔══██╗██╔══██╗██╔════╝ ██║ ██║██╔═══██╗██║ ██║██╔════╝██╔════╝")
  4. print("█████╗ ███████╗██║ ███████║██████╔╝█████╗ ███████║██║ ██║██║ ██║███████╗█████╗ ")
  5. print("██╔══╝ ╚════██║██║ ██╔══██║██╔═══╝ ██╔══╝ ██╔══██║██║ ██║██║ ██║╚════██║██╔══╝ ")
  6. print("███████╗███████║╚██████╗██║ ██║██║ ███████╗ ██║ ██║╚██████╔╝╚██████╔╝███████║███████╗")
  7. print("╚══════╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝╚══════╝")
  8. startScreen()
  9.  
  10. def winScreen():
  11. print("██╗ ██╗ ██████╗ ██╗ ██╗ ██╗ ██╗ █████╗ ██╗ ██╗███████╗ ███████╗███████╗ ██████╗ █████╗ ██████╗ ███████╗██████╗")
  12. print("╚██╗ ██╔╝██╔═══██╗██║ ██║ ██║ ██║██╔══██╗██║ ██║██╔════╝ ██╔════╝██╔════╝██╔════╝██╔══██╗██╔══██╗██╔════╝██╔══██╗")
  13. print(" ╚████╔╝ ██║ ██║██║ ██║ ███████║███████║██║ ██║█████╗ █████╗ ███████╗██║ ███████║██████╔╝█████╗ ██║ ██║")
  14. print(" ╚██╔╝ ██║ ██║██║ ██║ ██╔══██║██╔══██║╚██╗ ██╔╝██╔══╝ ██╔══╝ ╚════██║██║ ██╔══██║██╔═══╝ ██╔══╝ ██║ ██║")
  15. print(" ██║ ╚██████╔╝╚██████╔╝ ██║ ██║██║ ██║ ╚████╔╝ ███████╗ ███████╗███████║╚██████╗██║ ██║██║ ███████╗██████╔╝")
  16. print(" ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝ ╚══════╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚══════╝╚═════╝ ")
  17. winScreen()
  18.  
  19. def loseScreen():
  20. print("▓██ ██▓ ▒█████ █ ██ ██░ ██ ▄▄▄ ██▒ █▓▓█████ ▓█████▄ ██▓▓█████ ▓█████▄ ▄████ ▄▄▄ ███▄ ▄███▓▓█████ ▒█████ ██▒ █▓▓█████ ██▀███ ")
  21. print(" ▒██ ██▒▒██▒ ██▒ ██ ▓██▒ ▓██░ ██▒▒████▄ ▓██░ █▒▓█ ▀ ▒██▀ ██▌▓██▒▓█ ▀ ▒██▀ ██▌ ██▒ ▀█▒▒████▄ ▓██▒▀█▀ ██▒▓█ ▀ ▒██▒ ██▒▓██░ █▒▓█ ▀ ▓██ ▒ ██▒")
  22. print(" ▒██ ██░▒██░ ██▒▓██ ▒██░ ▒██▀▀██░▒██ ▀█▄▓██ █▒░▒███ ░██ █▌▒██▒▒███ ░██ █▌ ▒██░▄▄▄░▒██ ▀█▄ ▓██ ▓██░▒███ ▒██░ ██▒ ▓██ █▒░▒███ ▓██ ░▄█ ▒")
  23. print(" ░ ▐██▓░▒██ ██░▓▓█ ░██░ ░▓█ ░██ ░██▄▄▄▄██▒██ █░░▒▓█ ▄ ░▓█▄ ▌░██░▒▓█ ▄ ░▓█▄ ▌ ░▓█ ██▓░██▄▄▄▄██ ▒██ ▒██ ▒▓█ ▄ ▒██ ██░ ▒██ █░░▒▓█ ▄ ▒██▀▀█▄ ")
  24. print(" ░ ██▒▓░░ ████▓▒░▒▒█████▓ ░▓█▒░██▓ ▓█ ▓██▒▒▀█░ ░▒████▒ ░▒████▓ ░██░░▒████▒░▒████▓ ░▒▓███▀▒ ▓█ ▓██▒▒██▒ ░██▒░▒████▒ ░ ████▓▒░ ▒▀█░ ░▒████▒░██▓ ▒██▒")
  25. print(" ▓██ ░▒░ ░ ▒ ▒░ ░░▒░ ░ ░ ▒ ░▒░ ░ ▒ ▒▒ ░░ ░░ ░ ░ ░ ░ ▒ ▒ ▒ ░ ░ ░ ░ ░ ▒ ▒ ░ ░ ▒ ▒▒ ░░ ░ ░ ░ ░ ░ ░ ▒ ▒░ ░ ░░ ░ ░ ░ ░▒ ░ ▒░")
  26. print(" ▒ ▒ ░░ ░ ░ ░ ▒ ░░░ ░ ░ ░ ░░ ░ ░ ▒ ░░ ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░ ░ ▒ ░░ ░ ░░ ░ ")
  27. print(" ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ")
  28. print(" ░ ░ ░ ░ ░ ░ ")
  29. loseScreen()
  30.  
  31.  
  32. def room1():
  33. print(" _ _ _ __ ")
  34. print(" | | | | | | /_ |")
  35. print(" _ _ ___ _ _ | |__ __ ___ _____ ___ _ __ | |_ ___ _ __ ___ __| | _ __ ___ ___ _ __ ___ | |")
  36. print(" | | | |/ _ \| | | | | '_ \ / _` \ \ / / _ \ / _ \ '_ \| __/ _ \ '__/ _ \/ _` | | '__/ _ \ / _ \| '_ ` _ \ | |")
  37. print(" | |_| | (_) | |_| | | | | | (_| |\ V / __/ | __/ | | | || __/ | | __/ (_| | | | | (_) | (_) | | | | | | | |")
  38. print(" \__, |\___/ \__,_| |_| |_|\__,_| \_/ \___| \___|_| |_|\__\___|_| \___|\__,_| |_| \___/ \___/|_| |_| |_| |_|")
  39. print(" __/ | ")
  40. print(" |___/ ")
  41. room1()
  42.  
  43. def room2():
  44. print(" _ _ _ ___ ")
  45. print(" | | | | | | |__ \ ")
  46. print(" _ _ ___ _ _ | |__ __ ___ _____ ___ _ __ | |_ ___ _ __ ___ __| | _ __ ___ ___ _ __ ___ ) |")
  47. print(" | | | |/ _ \| | | | | '_ \ / _` \ \ / / _ \ / _ \ '_ \| __/ _ \ '__/ _ \/ _` | | '__/ _ \ / _ \| '_ ` _ \ / / ")
  48. print(" | |_| | (_) | |_| | | | | | (_| |\ V / __/ | __/ | | | || __/ | | __/ (_| | | | | (_) | (_) | | | | | | / /_ ")
  49. print(" \__, |\___/ \__,_| |_| |_|\__,_| \_/ \___| \___|_| |_|\__\___|_| \___|\__,_| |_| \___/ \___/|_| |_| |_| |____|")
  50. print(" __/ | ")
  51. print(" |___/ ")
  52. room2()
  53.  
  54. def border():
  55. print(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
  56. print(":>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>::")
  57. print("::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:")
  58. print(">:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>::::")
  59. print(">:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::>")
  60. print(">:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>:::::>>::::")
  61. print(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")
  62. border()
  63.  
  64. border()
  65. border()
  66. border()
  67. border()
  68. border()
  69. border()
  70. border()
  71. startScreen()
  72. print("Welcome to Escape House. Today you have been kidnapped by a phsyco who has trapped you in his house. To escape you must go through obstacles and solve riddles. Before you start each room you will be given a set of instructions and what sayings you can use !GOOD LUCK!")
  73. border()
  74. room1()
  75. print("You have entered room 1. In this room you are allowed to use the sayings look up,look down,look right,look left,turn around. You will have to look in all directions to be able to continue the game.")
  76. choice=input("type what you would like to do")
  77. if choice=="look left":
  78. print("you see a dark staircase, to go down the staircase you will have to find a torch")
  79. if choice=="look right":
  80. print("you see a wall,on the wall you can see some writing, but to read it you will have to move closer")
  81. if choice=="look down":
  82. print("you see the floor")
  83. if choice=="look up":
  84. print("you see the ceiling")
  85. if choice=="turn around":
  86. print("you see a box")
  87. choice=input("type what you would like to do")
  88. if choice=="look left":
  89. print("you see a dark staircase, to go down the staircase you will have to find a torch")
  90. if choice=="look right":
  91. print("you see a wall,on the wall you can see some writing, but to read it you will have to move closer")
  92. if choice=="look down":
  93. print("you see the floor")
  94. if choice=="look up":
  95. print("you see the ceiling")
  96. if choice=="turn around":
  97. print("you see a box")
  98. choice=input("type what you would like to do")
  99. if choice=="look left":
  100. print("you see a dark staircase, to go down the staircase you will have to find a torch")
  101. if choice=="look right":
  102. print("you see a wall,on the wall you can see some writing, but to read it you will have to move closer")
  103. if choice=="look down":
  104. print("you see the floor")
  105. if choice=="look up":
  106. print("you see the ceiling")
  107. if choice=="turn around":
  108. print("you see a box")
  109. choice=input("type what you would like to do")
  110. if choice=="look left":
  111. print("")
  112. if choice=="look right":
  113. print("you see a wall,on the wall you can see some writing, but to read it you will have to move closer")
  114. if choice=="look down":
  115. print("you see the floor")
  116. if choice=="look up":
  117. print("you see the ceiling")
  118. if choice=="turn around":
  119. print("you see a box")
  120. choice=input("type what you would like to do")
  121. if choice=="look left":
  122. print("you see a dark staircase, to go down the staircase you will have to find a torch")
  123. if choice=="look right":
  124. print("you see a wall,on the wall you can see some writing, but to read it you will have to move closer")
  125. if choice=="look down":
  126. print("you see the floor")
  127. if choice=="look up":
  128. print("you see the ceiling")
  129. if choice=="turn around":
  130. print("you see a box")
  131. print("now that you have looked in all directions possible.Type what you would like to do next.Now you may use the sayings step right and step backward. This time you may only decide which way you would like to go once,so make your choice wisely.")
  132. choice=("which way will you go?")
  133. if choice == "step right":
  134. print("you move closer to the writing on the wall but as you do you accidentally step on a button which causes the room to shake and a few seconds later you wake up on the floor in a dark room")
  135. room2()
  136. elif choice == "step backward":
  137. print("You start walking towards the box but as soon as you do you suddenly realize that you stepped through sensors which has now opened a hole in the water with water passing through it. If you dont make a decison quick you will drown")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement