{"id":10,"date":"2025-09-12T15:25:09","date_gmt":"2025-09-12T15:25:09","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/c_jones\/?p=10"},"modified":"2025-09-12T15:25:10","modified_gmt":"2025-09-12T15:25:10","slug":"free-friday-9-12-25","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/c_jones\/2025\/09\/12\/free-friday-9-12-25\/","title":{"rendered":"FREE FRIDAY 9\/12\/25"},"content":{"rendered":"\n<p>Today in class I made a WordPress Website<\/p>\n\n\n\n<p>I also watched a YouTube video on how to make a video game, and I coded the game Snake<\/p>\n\n\n\n<p>Links:<a href=\"https:\/\/www.youtube.com\/watch?v=bfRwxS5d0SI\">https:\/\/www.youtube.com\/watch?v=bfRwxS5d0SI<\/a><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>I watched a video and coded a game similar to the game google snake.<\/li>\n\n\n\n<li>I learned how to add colors in codes<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>from tkinter import *\nimport random\n\nGAME_WIDTH = 700\nGAME_HEIGHT = 700\nSPEED = 50\nSPACE_SIZE = 50\nBODY_PARTS = 3\nSNAKE_COLOR = \"#00FF00\"\nFOOD_COLOR = \"#FF0000\"\nBACKGROUND_COLOR = \"#000000\"<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"619\" src=\"https:\/\/theroyalscode.com\/students\/c_jones\/wp-content\/uploads\/2025\/09\/image.png\" alt=\"\" class=\"wp-image-12\" style=\"width:372px;height:auto\" srcset=\"https:\/\/theroyalscode.com\/students\/c_jones\/wp-content\/uploads\/2025\/09\/image.png 377w, https:\/\/theroyalscode.com\/students\/c_jones\/wp-content\/uploads\/2025\/09\/image-183x300.png 183w\" sizes=\"auto, (max-width: 377px) 100vw, 377px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Today in class I made a WordPress Website I also watched a YouTube video on how to make<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-10","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/posts\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/posts\/10\/revisions"}],"predecessor-version":[{"id":13,"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/posts\/10\/revisions\/13"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/media?parent=10"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/categories?post=10"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/c_jones\/wp-json\/wp\/v2\/tags?post=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}