Advertisement
Prithak

Mysterious Forest

Apr 7th, 2017
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
QBasic 5.15 KB | None | 0 0
  1. PRINT
  2. PRINT "                         WELCOME TO Mysterious Forest"
  3. PRINT
  4. COLOR INT(RND * 15) + 1
  5. PLAY "L1 >C"
  6. PRINT "                                 CODED BY:"
  7. PRINT
  8. COLOR INT(RND * 15) + 1
  9. PLAY "L1 >C"
  10. PRINT "                               Prithak Games"
  11. SLEEP
  12. CLS
  13. PRINT "Mysterious Forest (One note plz don't press enter througout the game unless you got to input something)"
  14. PRINT
  15. PRINT "The object of this game is to catch the suspicious man and give the man to police"
  16. PRINT "This is not really that long game it will take like 5 minutes to complete the game (if you chose all the answers correctly)"
  17. PRINT "Press any key"
  18. SLEEP
  19. CLS
  20. PRINT "                               Prithak Games"
  21. SLEEP 3
  22. PRINT "                                 Presents"
  23. SLEEP
  24. CLS
  25. BEEP
  26. PRINT "Mysterious Forest"
  27. PRINT
  28. PRINT "Presented by Prithak Games"
  29. SLEEP 3
  30. CLS
  31. INPUT "First of all what is your name"; a$
  32. PRINT " Once upon a time there was a boy named "; a$; " Who was on a picnic with his family"
  33. SLEEP
  34. BEEP
  35. CLS
  36. PRINT "He then got a look at a man who was holding a big bag. He followed him then the man was mysteriously disappeared"
  37. SLEEP
  38. CLS
  39. PRINT "You saw a base there which had soooooo much gold on it. Then the suspicious man reappeared and asked Who are you?"
  40. PRINT "1) That's none of your business"
  41. PRINT "2) First who are you?"
  42. PRINT "3) "; a$
  43.  
  44. INPUT "What is you choice"; b$
  45. IF b$ = "1" THEN
  46.     GOTO 1
  47. ELSEIF b$ = "2" THEN
  48.     GOTO 2
  49. ELSEIF b$ = "3" THEN
  50.     GOTO 3
  51. END IF
  52.  
  53. END
  54.  
  55. 1:
  56. PRINT "The man said that you talked rudely to me now take this. Then he shooted you"
  57. PRINT "GAME OVER"
  58. END
  59.  
  60. 2:
  61. CLS
  62. PRINT "I am a thief Muaaaahahahahaahah now you. I am "; a$; "Then the thief ran from there because he saw the police"
  63. SLEEP
  64. CLS
  65. PRINT "You chased him too and saw that he was hiding in a small mansion. You told police that he was there. But he already"
  66. PRINT "fled"
  67.  
  68. 3:
  69. CLS
  70. PRINT "Oh then OK then he ran away because he saw a police"
  71. SLEEP
  72. CLS
  73. PRINT "You chased him tooand saw that he was hiding in a small mansion. You told police that he was there. But he already"
  74. PRINT "fled"
  75. SLEEP
  76. CLS
  77. PRINT "Then you realized that you were far away from your family. What will you do?"
  78. PRINT
  79. PRINT "1) Ask police for help"
  80. PRINT "2) Search them yourself"
  81. PRINT "3) Wait for them to come"
  82. INPUT "Which of them"; c$
  83. IF c$ = "1" THEN
  84.     GOTO 4
  85. ELSEIF c$ = "2" THEN
  86.     GOTO 5
  87. ELSEIF c$ = "3" THEN
  88.     GOTO 6
  89. END IF
  90.  
  91.  
  92.  
  93. 4:
  94. CLS
  95. PRINT "You asked the police for help. The police started searching for them. Then suddenly, the thief reappeared but with"
  96. PRINT "huge robot which had 10 arms or so"
  97. SLEEP
  98. CLS
  99. PRINT "He first targeted you and then you got killed"
  100. PRINT "GAME OVER"
  101. PRINT
  102. PRINT "Asking police wasn't good was it?"
  103. END
  104.  
  105. 5:
  106. CLS
  107. PRINT "You gone from searching them. But you had no sign of them at all"
  108. SLEEP
  109. CLS
  110. PRINT "And then you saw a huge robot back at the place of the police. You gone there too and snuck up on him."
  111. SLEEP
  112. CLS
  113. PRINT "You saw one red button on the back whic you think closed the system of the robot"
  114. PRINT
  115. PRINT "What will you do?"
  116. PRINT "1)Obviously press the button"
  117. PRINT "2)Just stand where I am"
  118. PRINT "3)..."
  119. INPUT "What is your choice"; e$
  120. IF e$ = "1" THEN
  121.     GOTO 7
  122. ELSEIF e$ = "2" THEN
  123.     GOTO 8
  124. ELSEIF e$ = "3" THEN
  125.     GOTO 9
  126. END IF
  127.  
  128. END
  129.  
  130. 6:
  131. CLS
  132. PRINT "You waited all day long for them but they didn't come"
  133. PRINT "GAME OVER"
  134. PRINT "Waiting wasn't a good idea"
  135. END
  136.  
  137. 7:
  138. CLS
  139. PRINT "You gone and snuck up on the robot while it was beating the officer. You were going to press it"
  140. PRINT "but eventually he noticed you"
  141. SLEEP
  142. CLS
  143. PRINT "The thief said MUAHAHHAHHAHHAH you thought you can defeat me by just pressing this freaking button"
  144. PRINT "You are nuts. He picked you up and then started to squished you. What will you do"
  145. PRINT "1) Try to escape"
  146. PRINT "2) idk"
  147. PRINT "3) ..."
  148. INPUT "What is your choice"; f$
  149. IF f$ = "1" THEN
  150.     GOTO 10
  151. ELSEIF f$ = "2" THEN
  152.     GOTO 11
  153. ELSEIF f$ = "3" THEN
  154.     GOTO 12
  155. END IF
  156.  
  157. 8:
  158. CLS
  159. PRINT "You stood where you were and then thief noticed you and then killed you"
  160. PRINT "GAME OVER"
  161. PRINT "Staying in a same place is not a good idea at all"
  162. END
  163. 9:
  164. CLS
  165. PRINT "..."
  166. PRINT "GAME OVER"
  167. PRINT "..."
  168. END
  169.  
  170. 10:
  171. CLS
  172. PRINT "You tried to escape but just couldn't"
  173. PRINT "GAME OVER"
  174. PRINT "Wait what How can you escape"
  175. END
  176. 11:
  177. PRINT "..."
  178. PRINT "GAME OVER"
  179. PRINT "..."
  180. 12:
  181. INPUT "You just saw a button on the arm too. Should you press it (y/n)"; g$
  182. IF g$ = "y" THEN
  183.     GOTO Yes
  184. ELSEIF g$ = "n" THEN
  185.     GOTO no
  186. END IF
  187.  
  188. Yes:
  189. CLS
  190. PRINT "You pressed the button and it completely shut down"
  191. SLEEP
  192. PRINT "The thief was then caught by the police and your parents came there by the look of the robit"
  193. SLEEP
  194. CLS
  195. PRINT "                        The end of the game"
  196. PRINT "Mysterious Forest"
  197. PRINT "By Prithak Games"
  198. PRINT "Coded in QBASIC"
  199. SLEEP
  200. CLS
  201. PRINT "                                    THE END"
  202. END
  203.  
  204. no:
  205. PRINT "You did nothing and then you were squished"
  206. PRINT "GAME OVER"
  207. PRINT "You were reallllly close"
  208. PRINT
  209. PRINT "Anyways thank you for playing"; a$
  210. END
  211.  
  212. 'Mysterious Forest 2(Gold) Coming this year (In Nepal next year 2074)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement