{"id":6218,"date":"2022-03-29T16:10:06","date_gmt":"2022-03-29T16:10:06","guid":{"rendered":"https:\/\/brightchamps.com\/blog\/?p=6218"},"modified":"2024-10-01T12:24:19","modified_gmt":"2024-10-01T12:24:19","slug":"create-easy-games-in-scratch","status":"publish","type":"post","link":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/","title":{"rendered":"2 Easy Games In Scratch Anyone Can Create"},"content":{"rendered":"<div class=\"yoast-breadcrumbs\"><span><span><a href=\"https:\/\/brightchamps.com\/blog\/\">Home<\/a><\/span> \u00bb <span><a href=\"https:\/\/brightchamps.com\/blog\/code-for-kids\/\">Code for Kids Corner<\/a><\/span> \u00bb <span class=\"breadcrumb_last\" aria-current=\"page\"><strong>2 Easy Games In Scratch Anyone Can Create<\/strong><\/span><\/span><\/div>\n\n\n<p><\/p>\n\n\n\n<p>The <a href=\"https:\/\/brightchamps.com\/blog\/guides\/scratch-programming\/\">Scratch platform<\/a> has made the process of developing 2D games as simple as snapping our fingers.<\/p>\n\n\n\n<p>Many youngsters have created games with Scratch because the platform enables users who are not experienced with computer programming to build great games, animations, and other things.<\/p>\n\n\n\n<p>The platform was created specifically for kids between the ages of 6 and 16 to teach them how to code and get them more interested in technology.<\/p>\n\n\n<div id=\"cstm_banner_cta\"><\/div>\n\n\n<p>While there are many games you may create in Scratch, I&#8217;ll show you not one but two simple games that even a complete novice can create in this blog.<\/p>\n\n\n\n<p>These are the Catch game and the Virtual Pet game.&nbsp;<\/p>\n\n\n\n<p>So keep reading to find out everything!<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img fetchpriority=\"high\" fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/02\/Free-Kids-Coding-Resources-1024x512.jpg\" alt=\"Scratch Coding\" class=\"wp-image-4006\" width=\"768\" height=\"384\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/02\/Free-Kids-Coding-Resources-980x490.jpg 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/02\/Free-Kids-Coding-Resources-480x240.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, 100vw\" \/><\/figure>\n\n\n\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents<\/h2><ul><li><a href=\"#h-easy-games-in-scratch-create-catch-game-and-virtual-pet-game\" data-level=\"2\">Easy Games in Scratch &#8211; Create Catch Game and Virtual Pet Game<\/a><ul><li><a href=\"#h-1-catch-game-in-scratch\" data-level=\"3\">1. Catch Game\u00a0in Scratch<\/a><\/li><li><a href=\"#h-2-virtual-pet-game-in-scratch\" data-level=\"3\">2. Virtual Pet\u00a0Game in Scratch<\/a><\/li><\/ul><\/li><\/ul><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-easy-games-in-scratch-create-catch-game-and-virtual-pet-game\"><strong>Easy Games in Scratch &#8211; Create Catch Game and Virtual Pet Game<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-catch-game-in-scratch\">1. <strong>Catch Game&nbsp;<\/strong>in Scratch<\/h3>\n\n\n\n<p>There are five steps to follow to make the Catch Game as given below.&nbsp;<\/p>\n\n\n\n<p>\u2022 Move the Catcher&nbsp;<\/p>\n\n\n\n<p>\u2022 Go to the Top&nbsp;<\/p>\n\n\n\n<p>\u2022 Fall&nbsp;<\/p>\n\n\n\n<p>\u2022 Catch it&nbsp;<\/p>\n\n\n\n<p>\u2022 Keep Score&nbsp;<\/p>\n\n\n\n<p><strong>Step 1: Move the Catcher&nbsp;<\/strong><\/p>\n\n\n\n<p>You can choose any object to be the Catcher, and I chose the bowl.&nbsp;<\/p>\n\n\n\n<p>Because we need to move the catcher to the left and right, we can use the <a href=\"https:\/\/brightchamps.com\/blog\/control-character-with-wasd-in-scratch-repetition-conditionals\/\">arrow keys on our keyboard<\/a> to do so.&nbsp;<\/p>\n\n\n\n<p>If we pressed the right arrow, the bowl should move to the right side, and if we pressed the left arrow, the catcher should move to the left side. The following code blocks are listed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"791\" height=\"857\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-1.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6219\" style=\"width:593px;height:643px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-1.png 791w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-1-480x520.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 791px, 100vw\" \/><\/figure>\n\n\n\n<p><strong>Step 2: Go to the top&nbsp;<\/strong><\/p>\n\n\n\n<p>I chose an Apple that is falling as the object. Those Apples are competing from all over the place. As a result, the code should look like this.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"832\" height=\"473\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-2.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6220\" style=\"width:624px;height:355px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-2.png 832w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-2-480x273.png 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 832px, 100vw\" \/><\/figure>\n\n\n\n<p><strong>Step 3: Fall&nbsp;<\/strong><\/p>\n\n\n\n<p>When it strikes the ground, as explained before, it should return to the top random place. We must now check the location of the ground as it falls.<\/p>\n\n\n\n<p>Additionally, it should always be a negative number when moving since it should be sinking downhill.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"656\" height=\"693\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-3.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6221\" style=\"width:492px;height:520px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-3.png 656w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-3-480x507.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 656px, 100vw\" \/><\/figure>\n\n\n\n<p><strong>Step 4: Catch it&nbsp;<\/strong><\/p>\n\n\n\n<p>When Apples fell to the ground, we used to catch them with a bowl. When Apples come into contact with the bowl, they return to the top random position.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"580\" height=\"667\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-4.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6222\" style=\"width:435px;height:500px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-4.png 580w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-4-480x552.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 580px, 100vw\" \/><\/figure>\n\n\n\n<p><strong>Step 5: <\/strong><a href=\"https:\/\/brightchamps.com\/blog\/how-to-make-a-score-function-in-scratch\/\"><strong>Keep Score<\/strong><\/a><strong>&nbsp;<\/strong><\/p>\n\n\n\n<p>The score is raised by one when apples make contact with the bowl.<\/p>\n\n\n\n<p>Therefore, if the Apples touch the bowl, we must establish a variable named Score and update the score by one.<\/p>\n\n\n\n<p>Additionally, since we start out without any points, the score should be 0.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"619\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-5-1024x619.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6223\" style=\"width:768px;height:464px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-5-1024x619.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-5-980x592.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-5-480x290.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<p>Therefore, below is the full code for the Apple.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"798\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-6-1024x798.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6224\" style=\"width:768px;height:599px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-6-1024x798.png 1024w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-6-980x763.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-6-480x374.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-virtual-pet-game-in-scratch\">2. <strong>Virtual Pet&nbsp;<\/strong>Game in Scratch<\/h3>\n\n\n\n<p>There are three main steps to follow to create the virtual pet game.&nbsp;<\/p>\n\n\n\n<p>\u2022 Introduce your pet&nbsp;<\/p>\n\n\n\n<p>\u2022 Animate your pet&nbsp;<\/p>\n\n\n\n<p>\u2022 Feed your pet&nbsp;<\/p>\n\n\n\n\n\n<p><strong>Step 1: Introduce your pet&nbsp;<\/strong><\/p>\n\n\n\n<p>You can draw a pet, upload an image of a pet, or choose any pet from Scratch.&nbsp;<\/p>\n\n\n\n<p>You must also select a suitable background. And after clicking a green flag, you can address your pet as follows.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"630\" height=\"238\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-7.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6225\" style=\"width:473px;height:179px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-7.png 630w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-7-480x181.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 630px, 100vw\" \/><\/figure>\n\n\n\n<p><strong>Step 2: Animate your pet&nbsp;<\/strong><\/p>\n\n\n\n<p>When you need to animate your pet, you can drag and drop switch costume block with a wait command to animate your pet when you clicked on your pet.&nbsp;<\/p>\n\n\n\n<p>I have added a sound as well.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"483\" height=\"680\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-8.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6226\" style=\"width:362px;height:510px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-8.png 483w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-8-480x676.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 483px, 100vw\" \/><\/figure>\n\n\n\n<p><strong>Step 3: Feed your pet&nbsp;<\/strong><\/p>\n\n\n\n<p>We can create a piece of food, and when we click on it, the pet will approach it, take a bite, and then return to where it was sitting.&nbsp;<\/p>\n\n\n\n<p>I chose an Apple as the food. Let&#8217;s take a look at the code blocks below.<\/p>\n\n\n\n<p>How do we get the pet to come to the food and bite?&nbsp;<\/p>\n\n\n\n<p>In Scratch, this is a piece of cake. A broadcast message can be used.&nbsp;<\/p>\n\n\n\n<p>A broadcast message is an invisible message that one <a href=\"https:\/\/brightchamps.com\/blog\/how-to-animate-sprite-in-scratch\/\">sprite<\/a> sends out, and we can instruct another sprite to do something specific when it receives the broadcast message.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"350\" src=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-9-1024x350.png\" alt=\"2 Easy Games In Scratch Anyone Can Create\" class=\"wp-image-6227\" style=\"width:768px;height:263px\" srcset=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-9-980x335.png 980w, https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create-9-480x164.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>That is all for the project and you can have a look at it once you create it.<\/p>\n<\/blockquote>\n\n\n\n<p><strong>Conclusion<\/strong><\/p>\n\n\n\n<p>When we state that making games with Scratch is not too difficult, we are not exaggerating.<\/p>\n\n\n\n<p>You recently learned how to create two simple games in Scratch while also learning a few coding principles, as you can see above.<\/p>\n\n\n\n<p>On the Scratch platform, you may create engaging games while learning how to code. What are you waiting for? Begin using Scratch and creating today!<\/p>\n\n\n\n<p><\/p>\n\n\n\n\n<div id=\"cstm_banner_cta\"><\/div>\n\n\n<p>Learn Scratch at <a href=\"https:\/\/brightchamps.com\/\">BrightChamps<\/a> with its specially designed curriculum that makes learning programming easy for students in Grade 1-12. <\/p>\n\n\n\n<p>BrightChamps also teaches a variety of other programs that help kids build a foundation in computer programming through activities, interactive lessons, and other means.<\/p>\n\n\n\n<p>To get your hands on more such articles, educational content, and free resources on <a href=\"\/\/brightchamps.com\/blog\/kids-coding-languages\/\" target=\"_blank\" rel=\"noreferrer noopener\">coding for kids<\/a>,<a href=\"https:\/\/brightchamps.com\/blog\/robotics-courses-for-kids\/\"> robotics courses for kids<\/a>, game development, etc., check out the <a href=\"https:\/\/brightchamps.com\/blog\/\">BrightCHAMPS Blog Page<\/a> now!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Scratch platform has made the process of developing 2D games as simple as snapping our fingers. Many youngsters have created games with Scratch because the platform enables users who are not experienced with computer programming to build great games, animations, and other things. The platform was created specifically for kids between the ages of [&hellip;]<\/p>\n","protected":false},"author":31,"featured_media":6229,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"1080","footnotes":""},"categories":[49],"tags":[68],"class_list":["post-6218","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code-for-kids","tag-codechamps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>2 Easy Games In Scratch Anyone Can Create - BrightChamps Blog<\/title>\n<meta name=\"description\" content=\"While there are numerous games you can make in Scratch, in this blog I&#039;m going to show you not one, but two easy games in Scratch that\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"2 Easy Games In Scratch Anyone Can Create - BrightChamps Blog\" \/>\n<meta property=\"og:description\" content=\"While there are numerous games you can make in Scratch, in this blog I&#039;m going to show you not one, but two easy games in Scratch that\" \/>\n<meta property=\"og:url\" content=\"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/\" \/>\n<meta property=\"og:site_name\" content=\"BrightChamps Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BrightChamps-101266664954230\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-29T16:10:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-01T12:24:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2100\" \/>\n\t<meta property=\"og:image:height\" content=\"1185\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Team BrightChamps\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team BrightChamps\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"21 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/\"},\"author\":{\"name\":\"Team BrightChamps\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/person\\\/696f52bb580934e5022585ac161e5123\"},\"headline\":\"2 Easy Games In Scratch Anyone Can Create\",\"datePublished\":\"2022-03-29T16:10:06+00:00\",\"dateModified\":\"2024-10-01T12:24:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/\"},\"wordCount\":830,\"publisher\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png\",\"keywords\":[\"CodeChamps\"],\"articleSection\":[\"Code for Kids Corner\"],\"inLanguage\":\"en-US\",\"accessibilityFeature\":[\"tableOfContents\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/\",\"name\":\"2 Easy Games In Scratch Anyone Can Create - BrightChamps Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png\",\"datePublished\":\"2022-03-29T16:10:06+00:00\",\"dateModified\":\"2024-10-01T12:24:19+00:00\",\"description\":\"While there are numerous games you can make in Scratch, in this blog I'm going to show you not one, but two easy games in Scratch that\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#primaryimage\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png\",\"contentUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png\",\"width\":2100,\"height\":1185,\"caption\":\"2 Easy Games In Scratch Anyone Can Create\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/create-easy-games-in-scratch\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Code for Kids Corner\",\"item\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/code-for-kids\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"2 Easy Games In Scratch Anyone Can Create\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/\",\"name\":\"BrightChamps Blog\",\"description\":\"BrightChamps Blog, also known as BrightChamps Hub is a go-to resource hub for everything on Coding for kids\",\"publisher\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#organization\",\"name\":\"BrightChamps\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/BrightCHAMPS-logo-new-1.png\",\"contentUrl\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/BrightCHAMPS-logo-new-1.png\",\"width\":417,\"height\":80,\"caption\":\"BrightChamps\"},\"image\":{\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BrightChamps-101266664954230\\\/\",\"https:\\\/\\\/www.instagram.com\\\/brightchamps\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/brightchamps\\\/mycompany\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC_Afe_rMGoK5Bs4nSt8QIzQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/#\\\/schema\\\/person\\\/696f52bb580934e5022585ac161e5123\",\"name\":\"Team BrightChamps\",\"description\":\"We are an army of educators and passionate learners from BrightChamps family, committed to providing free learning resources to kids, parents &amp; students. Learn from Us\",\"url\":\"https:\\\/\\\/brightchamps.com\\\/blog\\\/author\\\/team\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"2 Easy Games In Scratch Anyone Can Create - BrightChamps Blog","description":"While there are numerous games you can make in Scratch, in this blog I'm going to show you not one, but two easy games in Scratch that","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/","og_locale":"en_US","og_type":"article","og_title":"2 Easy Games In Scratch Anyone Can Create - BrightChamps Blog","og_description":"While there are numerous games you can make in Scratch, in this blog I'm going to show you not one, but two easy games in Scratch that","og_url":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/","og_site_name":"BrightChamps Blog","article_publisher":"https:\/\/www.facebook.com\/BrightChamps-101266664954230\/","article_published_time":"2022-03-29T16:10:06+00:00","article_modified_time":"2024-10-01T12:24:19+00:00","og_image":[{"width":2100,"height":1185,"url":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png","type":"image\/png"}],"author":"Team BrightChamps","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Team BrightChamps","Est. reading time":"21 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#article","isPartOf":{"@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/"},"author":{"name":"Team BrightChamps","@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/person\/696f52bb580934e5022585ac161e5123"},"headline":"2 Easy Games In Scratch Anyone Can Create","datePublished":"2022-03-29T16:10:06+00:00","dateModified":"2024-10-01T12:24:19+00:00","mainEntityOfPage":{"@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/"},"wordCount":830,"publisher":{"@id":"https:\/\/brightchamps.com\/blog\/#organization"},"image":{"@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#primaryimage"},"thumbnailUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png","keywords":["CodeChamps"],"articleSection":["Code for Kids Corner"],"inLanguage":"en-US","accessibilityFeature":["tableOfContents"]},{"@type":"WebPage","@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/","url":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/","name":"2 Easy Games In Scratch Anyone Can Create - BrightChamps Blog","isPartOf":{"@id":"https:\/\/brightchamps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#primaryimage"},"image":{"@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#primaryimage"},"thumbnailUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png","datePublished":"2022-03-29T16:10:06+00:00","dateModified":"2024-10-01T12:24:19+00:00","description":"While there are numerous games you can make in Scratch, in this blog I'm going to show you not one, but two easy games in Scratch that","breadcrumb":{"@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#primaryimage","url":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png","contentUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2022\/03\/2-Easy-Games-In-Scratch-Anyone-Can-Create.png","width":2100,"height":1185,"caption":"2 Easy Games In Scratch Anyone Can Create"},{"@type":"BreadcrumbList","@id":"https:\/\/brightchamps.com\/blog\/create-easy-games-in-scratch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/brightchamps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Code for Kids Corner","item":"https:\/\/brightchamps.com\/blog\/code-for-kids\/"},{"@type":"ListItem","position":3,"name":"2 Easy Games In Scratch Anyone Can Create"}]},{"@type":"WebSite","@id":"https:\/\/brightchamps.com\/blog\/#website","url":"https:\/\/brightchamps.com\/blog\/","name":"BrightChamps Blog","description":"BrightChamps Blog, also known as BrightChamps Hub is a go-to resource hub for everything on Coding for kids","publisher":{"@id":"https:\/\/brightchamps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/brightchamps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/brightchamps.com\/blog\/#organization","name":"BrightChamps","url":"https:\/\/brightchamps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2026\/03\/BrightCHAMPS-logo-new-1.png","contentUrl":"https:\/\/brightchamps.com\/blog\/wp-content\/uploads\/2026\/03\/BrightCHAMPS-logo-new-1.png","width":417,"height":80,"caption":"BrightChamps"},"image":{"@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BrightChamps-101266664954230\/","https:\/\/www.instagram.com\/brightchamps\/","https:\/\/www.linkedin.com\/company\/brightchamps\/mycompany\/","https:\/\/www.youtube.com\/channel\/UC_Afe_rMGoK5Bs4nSt8QIzQ"]},{"@type":"Person","@id":"https:\/\/brightchamps.com\/blog\/#\/schema\/person\/696f52bb580934e5022585ac161e5123","name":"Team BrightChamps","description":"We are an army of educators and passionate learners from BrightChamps family, committed to providing free learning resources to kids, parents &amp; students. Learn from Us","url":"https:\/\/brightchamps.com\/blog\/author\/team\/"}]}},"_links":{"self":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts\/6218","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/users\/31"}],"replies":[{"embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/comments?post=6218"}],"version-history":[{"count":6,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts\/6218\/revisions"}],"predecessor-version":[{"id":32486,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/posts\/6218\/revisions\/32486"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/media\/6229"}],"wp:attachment":[{"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/media?parent=6218"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/categories?post=6218"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brightchamps.com\/blog\/wp-json\/wp\/v2\/tags?post=6218"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}