{"id":91,"date":"2025-11-07T16:31:48","date_gmt":"2025-11-07T16:31:48","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/l_rankins\/?p=91"},"modified":"2025-11-07T16:31:48","modified_gmt":"2025-11-07T16:31:48","slug":"report-13-the-not-challanging-enough-project-i-guess-which-hasnt-been-a-rule-till-now-but-ok","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/l_rankins\/2025\/11\/07\/report-13-the-not-challanging-enough-project-i-guess-which-hasnt-been-a-rule-till-now-but-ok\/","title":{"rendered":"REPORT 13: THE NOT CHALLANGING ENOUGH PROJECT I GUESS WHICH HASNT BEEN A RULE TILL NOW BUT OK"},"content":{"rendered":"\n<p><strong>I used a Youtube tutorial to make this adventure game.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\nprint(\"Welcome to the Haunted Mansion!\")\nprint(\"You are a distant family member of a rich millionaire who has just passed way, leaving this mansion to you.\")\nprint(\"As the newfound owner, you decide to pay a visit to the mansion.\")\nprint(\"The house is dated, creaky, and falling apart. You walk in the front door.\")\nprint(\"Do you want to enter the living room or the dining room?\")\n\nroomChoice = input(\"> \")<\/code><\/pre>\n\n\n\n<p><strong>This is the starter message and input for the choices<\/strong>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>if(roomChoice == \"living room\"):\n  print(\"You enter the living room.\")\n  print(\"As you walk in, you see a sleeping pitbull guarding some gold jewelry.\")\n  print(\"Do you want to steal the jewelry from the pitbull?\")\n<\/code><\/pre>\n\n\n\n<p><strong>This is the message you get if you pick the living room<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  if(pitBullChoice == \"yes\"):\n    print(\"You attempt to steal the jewelry, but it wakes up and rips you to shreds.\")\n    print(\"You are now dead.\")\n  elif(pitBullChoice == \"no\"):\n    print(\"You decide to not steal the dog's jewelry.\")\n    print(\"You turn around and leave the house safely.\")<\/code><\/pre>\n\n\n\n<p><strong>This is the messages you get if you choose yes or no<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>elif(roomChoice == \"dining room\"):\n  print(\"You chose to go into the dining room.\")\n  print(\"As you walk in, you see a shiny vase on the table.\")\n  print(\"Do you want to open the vase?\")<\/code><\/pre>\n\n\n\n<p><strong>This is the message you get if you enter the dining room<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>  vaseChoice = input(\"> \")\n\n  if(vaseChoice == \"yes\"):\n    print(\"You open the vase and find a pile of bones!\")\n  elif(vaseChoice == \"no\"):\n    print(\"You decide not to open the shiny vase.\")\n    print(\"As you turn to leave, you hear a cracking sound coming from the corner.\")\n    print(\"A dark figure with glowing red eyes launches at you, knocking you unconcious\")\n    print(\"You wake up in your bed. It was all a dream.\")\n  else:\n    print(\"Invalid choice. Please enter yes or no.\")\nelse:\n  print(\"Invalid choice. Please enter living room or dining room.\")<\/code><\/pre>\n\n\n\n<p><strong>This one happens if you open the vase<\/strong> <strong>and what happens if you choose things other than yes\/no or locations<\/strong> <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I used a Youtube tutorial to make this adventure game. This is the starter message and input for the choices. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-91","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/posts\/91","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/comments?post=91"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/posts\/91\/revisions"}],"predecessor-version":[{"id":93,"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/posts\/91\/revisions\/93"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/media?parent=91"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/categories?post=91"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/l_rankins\/wp-json\/wp\/v2\/tags?post=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}