{"id":52,"date":"2026-04-24T15:19:17","date_gmt":"2026-04-24T15:19:17","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/e_henderson\/?p=52"},"modified":"2026-04-24T15:19:17","modified_gmt":"2026-04-24T15:19:17","slug":"free-friday-4-17","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/e_henderson\/2026\/04\/24\/free-friday-4-17\/","title":{"rendered":"free friday 4\/17"},"content":{"rendered":"\n<p>So, this was the start of the game, Five nights in Atlanta, a game where you much survive against a bunch of online influencers.<br><br>I thought of what I wanted for the game in the first place&#8230;<br>&#8221; Hmm&#8230; how many rooms&#8230;. where would it be&#8230;? &#8220;<br><br>And then I remembered, Kim Kardashian exists, So I&#8217;ll make her house the main location.<br><br>So, to start off, I need an office. (AKA, her living room.)<br><br>firstly, I added her living room to the game, the main office.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class OfficeScene:\n    def __init__(self):\n        self.background = pygame.transform.scale(\n            pygame.image.load(\"assets\/Backroom1.jpg\"), (800, 800))<\/code><\/pre>\n\n\n\n<p><br>And then, when I was scrolling to see what rooms to add, I saw this ugly hallway in her house, So i though&#8230;&#8221;This should be the second for use&#8230; later, whatever, i&#8217;ll figure it out.&#8221;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"791\" height=\"1024\" src=\"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2-791x1024.jpg\" alt=\"\" class=\"wp-image-53\" style=\"width:345px;height:auto\" srcset=\"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2-791x1024.jpg 791w, https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2-232x300.jpg 232w, https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2-768x995.jpg 768w, https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2-1186x1536.jpg 1186w, https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2-1581x2048.jpg 1581w, https:\/\/theroyalscode.com\/students\/e_henderson\/wp-content\/uploads\/2026\/04\/Backroom2.jpg 1600w\" sizes=\"auto, (max-width: 791px) 100vw, 791px\" \/><\/figure>\n\n\n\n<p>So, I decided to get to work on the main space, you start off in the living room, but can turn around to her hallway.<br><\/p>\n\n\n\n<p>&nbsp;self.arrow = pygame.transform.scale(<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; pygame.image.load(&#8220;assets\/arrow_icon.png&#8221;), (80, 80)<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; )<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; self.arrow_rect = self.arrow.get_rect()<\/p>\n\n\n\n<p>&nbsp; &nbsp; &nbsp; &nbsp; self.arrow_rect.topleft = (700, 360)<\/p>\n\n\n\n<p><br>I added an icon, for the button to turn around.<br><br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> for e in events:\n            if e.type == pygame.MOUSEBUTTONDOWN:\n\n                # Turn-around arrow\n                if self.arrow_rect.collidepoint(e.pos):\n                    return OfficeBackScene()<\/code><\/pre>\n\n\n\n<p>Then the hitbox.<br><br>It took me a while to figure it out, but it worked.<br><br><br>So, after that, I wanted to set the mood, I decided for a fnaf feel, I need to make both rooms grainy, and darker than normal.<br><br><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># Darkness overlay\n        self.dark_overlay = pygame.Surface((800, 800))\n        self.dark_overlay.fill((0, 0, 0))\n        self.dark_overlay.set_alpha(120)  # base darkness\n\n        # Vignette (dark edges)\n        self.vignette = pygame.image.load(\"assets\/vignette.png\")\n        self.vignette = pygame.transform.scale(self.vignette, (800, 800))\n        self.vignette.set_alpha(180)\n\n        # Flicker settings\n        self.flicker_alpha = 0\n        self.flicker_timer = 0\n<\/code><\/pre>\n\n\n\n<p>I added this large block of code to both rooms, as it makes it darker around the edges of the window, and then also some flashes, so represent how terrible the light were (They didn&#8217;t pay the electricity bill)<br><br>And thats all I worked on today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>So, this was the start of the game, Five nights in Atlanta, a game where you much survive against a [&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":"default","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-52","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/posts\/52","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/comments?post=52"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/posts\/52\/revisions"}],"predecessor-version":[{"id":54,"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/posts\/52\/revisions\/54"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/media?parent=52"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/categories?post=52"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/e_henderson\/wp-json\/wp\/v2\/tags?post=52"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}