{"id":108,"date":"2026-02-06T15:13:37","date_gmt":"2026-02-06T15:13:37","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/a_ploss\/?p=108"},"modified":"2026-02-06T15:13:37","modified_gmt":"2026-02-06T15:13:37","slug":"2-6-26-free-friday","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/a_ploss\/2026\/02\/06\/2-6-26-free-friday\/","title":{"rendered":"2-6-26 free friday"},"content":{"rendered":"\n<p>today i made a lil fun quiz game where it&#8217;ll asks the player questions and if the player answers correctly it&#8217;ll give them points and pit a final score to show the player what they got. Here&#8217;s the video i used and screenshots and some of the code <\/p>\n\n\n\n<p>here&#8217;s the video: <\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"How to Make A Simple Game in Python (For Beginners)\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/BDi3SD7E6no?start=4&#038;feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>here&#8217;s screen shots of the code<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"449\" height=\"409\" src=\"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-content\/uploads\/2026\/02\/image.png\" alt=\"\" class=\"wp-image-109\" srcset=\"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-content\/uploads\/2026\/02\/image.png 449w, https:\/\/theroyalscode.com\/students\/a_ploss\/wp-content\/uploads\/2026\/02\/image-300x273.png 300w\" sizes=\"auto, (max-width: 449px) 100vw, 449px\" \/><\/figure>\n\n\n\n<p>here&#8217;s some of the code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>ans = input(\"are you ready to play (yes\/no): \")\nscore = 0\ntotal_q = 4\n\nif ans.lower() == \"yes\":\n    ans = input(\"1. what was Mario's original name? \")\n    if ans.lower() == \"jumpman\":\n        score += 1\n        print(\"correct\")\n    else:\n        print(\"incorrect\")\n<\/code><\/pre>\n\n\n\n<p>here&#8217;s some of the code and its asking the user if they wanna play and if they say yes they&#8217;re given the first question in this case &#8220;what was Mario&#8217;s original name?&#8221;<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>today i made a lil fun quiz game where it&#8217;ll asks the player questions and if the player answers correctly it&#8217;ll give them points and pit a final score to show the player what they got. Here&#8217;s the video i used and screenshots and some of the code here&#8217;s the video: here&#8217;s screen shots of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-108","post","type-post","status-publish","format-standard","hentry","category-free-friday"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/posts\/108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/comments?post=108"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/posts\/108\/revisions"}],"predecessor-version":[{"id":110,"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/posts\/108\/revisions\/110"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/media?parent=108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/categories?post=108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/a_ploss\/wp-json\/wp\/v2\/tags?post=108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}