{"id":5455,"date":"2024-12-28T16:47:04","date_gmt":"2024-12-28T16:47:04","guid":{"rendered":"https:\/\/obsidiansofteducation.com\/?page_id=5455"},"modified":"2025-04-27T15:54:13","modified_gmt":"2025-04-27T15:54:13","slug":"santa-run-game-in-mit-app-inventor-app-inventor-game-full-tutorial","status":"publish","type":"page","link":"https:\/\/obsidiansofteducation.com\/index.php\/santa-run-game-in-mit-app-inventor-app-inventor-game-full-tutorial\/","title":{"rendered":"Santa Run Game in MIT App Inventor | App Inventor Game Full Tutorial"},"content":{"rendered":"\n<p class=\"has-medium-font-size\">Hello friends,<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Welcome to Obsidian Soft.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Today, in this tutorial, I will teach you how to make a cool Santa Run game in MIT App Inventor.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/snake20game2029.png\" alt=\"\" style=\"width:388px;height:auto\"\/><\/figure>\n<\/div>\n\n\n<p><a href=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhZPYQGKNlN0DjXDQYYxeo4GkWoMvMQMOeV-0-brYiDzGOI-xac_RnoREbnbYVcM-niqYOgz9yTIOgGSMltmTlzKFDlvHMQaLKskwzQOmWs-g3Z8BHFXfn42fnFDOz3jaLRzoBQn2zIVvFAFU9CxeJ5si690T_AuGXwlelyPMe0uVW4S9fUJHYx44IbcVk\/s1280\/snake%20game%20(29).png\" target=\"_blank\" rel=\"noopener\"><\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">The game logic is inspired by the famous Google Chrome Dino Run game so you can easily convert this into that game by just changing the images. Our Santa has to avoid eating the candies by jumping over them.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">So, let\u2019s begin by downloading Santa Sprite from opengameart (same place from where I got the zombie for my animation tutorial)<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><a href=\"https:\/\/opengameart.org\/content\/santa-claus-free-sprites\" target=\"_blank\" rel=\"noopener\">https:\/\/opengameart.org\/content\/santa-claus-free-sprites<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Unzip and choose the idle 1 and all run images and copy and paste them to some folder. We need to rename them to remove the brackets as such filenames are not allowed in Android.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">We also need to edit them.&nbsp;The actual animation is beautiful but the images have a lot of transparent pixels around them and this gives a problem as it seems that the Santa hasn\u2019t even touched the candies and the game is over so we need to crop the images and remove all space around them.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">You can use the following online tool for this:<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><a href=\"https:\/\/www.imageonlinetools.com\/trim-transparent-pixels\" target=\"_blank\" rel=\"noopener\">https:\/\/www.imageonlinetools.com\/trim-transparent-pixels<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Just open up each image one by one, remove transparent pixels, and save with a name without brackets.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size\">I also made a super simple background in Illustrator with just a basic snow landscape.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/background.png\" alt=\"\"\/><\/figure>\n<\/div>\n\n\n<p><a href=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgHlJqjjzyLapeyE_bWSTsJhABQ-SfR6kx-l1wk1x2Ww3dKb4SzLPGyLmC38YYVh4LUFjaNNcX3AMpS0AarpEi-DEs6ukA2_nreX_nfqjotEwnCUKPepVSvjopqwYfEEoHtFJHXgcREbEVcYJ-bWhfJgItYefsSeVXjlE-3PBqaaJ84QPF5E7MU7W4Lggk\/s1920\/background.png\" target=\"_blank\" rel=\"noopener\"><\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Don\u2019t add any objects to this image as we will not scroll this image. Our Santa will just move his legs while standing in one place and our candies will move and this will give this amazing illusion of Santa running.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Create a new project in MIT App Inventor and name it SantaRun.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Upload background, Santa&nbsp;images, and a candy image by selecting them all and dragging and dropping them in the media section. Yes, I have figured out how to add multiple images at the same time \ud83d\ude00 in MIT App Inventor.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Let\u2019s design our screen. For screen1, make align horizontal center, screen orientation portrait. Turn off title and status bar.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Next, drag and drop a&nbsp;<strong>canvas<\/strong>&nbsp;from&nbsp;<strong>drawing and animation<\/strong>.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Choose the uploaded background image as the canvas background. Make font size 40, height 85%, and width fill parent.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Drag and drop a&nbsp;<strong>button<\/strong>&nbsp;fromthe<strong>&nbsp;User Interface<\/strong>&nbsp;below this canvas. Rename it to startBtn. Change the title on it to Start. I will edit it to a black background, font white, font size 22 and bold, shape rounded and width of button 30%.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">From&nbsp;<strong>sensors<\/strong>, drag and drop a&nbsp;<strong>clock<\/strong>. Rename to runTimer. Turn off the timer enabled and the timer always fires checkboxes. Change interval to 50 ms. This is for running animation.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Select this clock sensor and duplicate by pressing&nbsp;<strong>Ctrl + C and Ctrl + V&nbsp;<\/strong>for Windows and&nbsp;<strong>Command + C and Command + V<\/strong>&nbsp;for MacOS.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Rename to jumpTimer and change the interval to 800 ms. Again duplicate and rename to scoreTimer and change the interval to 200 ms.&nbsp;<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Now, let\u2019s add the image sprites to our canvas. Drag and drop an&nbsp;<strong>image sprite<\/strong>&nbsp;from&nbsp;<strong>drawing and animation<\/strong>&nbsp;onto the canvas. Rename to santaSprite. Now, you have to follow me exactly to get your game to work.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">For santaSprite, make height=114 pixels and width=80 pixels. Choose the uploaded idle image as the picture for this santaSprite. Make sure that it is enabled. Interval is 70, rotate is&nbsp;<strong>turned off<\/strong>&nbsp;and speed is 0.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Duplicate santaSprite but rename to candySprite.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Make height and width both 30 pixels. Choose the uploaded candy image as the picture. Change the Heading to 180 as we want it to move left and change the interval to 100.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Our screen design is done so let\u2019s go to the blocks section:<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Make global variables:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/nM51qLy9kyLAV-Mv5mYu67yIwCbcLAiofs0bVo9Ta3heqzhfBJE-tVhuJCMzeSvnWHzeOEr-TK0F-LZ1hOwqNc_JRChjJiJQFWSUV-sNwt4LXv9hcN-rVKq_VPzzCej0GebZobnZK-m9MYfRSwOqW88.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">When the screen is initialized, let\u2019s give proper positions to our sprites depending on canvas width and height: santaSprite on left and candySprite on right of the canvas.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/WNtsXm2GFNRiK8zvZkurM4J6c2FRkjeIhxbv-VzVIBzTlNUWtoIHwffqMEtb8eI5DTkVBcYPMprnX1n_b51JpmgJHwckotEjmXQ0fbNN9BoR9h5mMmdevvOupxmX2l961Mtp8aKsDVHm9vQ_0k0JdbU.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">First, let\u2019s focus on Santa\u2019s animation of running. Our Santa will run by standing in one place.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">He will start running when the start button is pressed. So, get its click event and reset Santa\u2019s y position in case the game stopped while he was in the middle of a jump. Also, start the run timer by enabling it.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/Lz9wus6bh3hlesUg1r9uxumBY-qhjlpIuuM2Rgv1kAIzzfPFcjkussl8eBTvdOdqCQQfXS9AYZdjdKvefSdRSb5iP82uRGMZn7ReYlIOa-CU0l13rFk4Cusmahnh8VteP7nZxpJ837xJgR4aZwkEaLQ.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Now, get runTimer\u2019s timer event. The Santa has 11 costumes or images for running so we will shift between them after every 50 ms (we set runTimer\u2019s timer interval to 50ms). First, check if the costumeCount is greater than 11. If it is then this means all costumes have been shown so set the costumCount to 1. In all cases, construct the costume\u2019s image name using costumeCount and also increase the costumeCount by 1 for the next timer event.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/7lIsLXcVXF9__k8k9DhMtgh2IC8RWUOmvyIPbjRiIKgmyv5HzQw9tXtJWYCp8vSnVKBJLbCRClBd4d98Lmi5gQ1DaKZ2AVhiJpL0Ja2XdhiY2sqQqkNp80nrsrw-_vZL9bFqd6r1a7RnqmxDED0a_No.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Next is our candy animation which should also start when the start button is pressed so just make the speed of candy=18 in the start button click event code. This will make the candy start moving towards the left.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/j-eMT6l1KWgwz37szJd4SUMRTKEp7a8_enHdBqQMcvMRgiJuo9yIuE2NoOO0omDkNCNejWbab49XcLoFSo7qMvtjmzCIQNYDRmLA3E3uxJz-VKvKzRxXLYDFKoGO4TidOPv8SCFYAd285bbeoxIt4Y.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">But what happens when it reaches the left edge of the screen? We will bring it back to its starting position by first checking if it was the left edge which should be -3.<img loading=\"lazy\" decoding=\"async\" height=\"147\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/VdMSwbTfHtF-CfB1OekRup07o9Z_DMsdQbwZ19dXGeDYhz2ZHz9jRQSRdOhXcnMdl_dioEndu4E3vNFcI8LIA4c293myOlHyg0EmelULrxXd47eEn3CZ_oTHV5zdxAkASZTCBPGAlGRMIG9Y2Vad1_g.png\" width=\"602\"><\/p>\n\n\n\n<p class=\"has-medium-font-size\">So, now our candy should move infinitely and our Santa should be running infinitely while standing in one place when the start button is pressed. You can test your code using emulator or companion app.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">We will make Santa jump when the canvas is touched. So get canvas.touched event. Make a procedure named jump and call it on canvas touch event.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/GPU4x6pE-EcRLXhXGZIHeaWGcWF3so6O6mKfPn16TOlG57d0u1HGqbG8JukhqIa-YWp02IzZEfXPfXRtaunx0ccAJPdiP3Hr_cb9fyK20_ZsBJ4ffLFsvOlcdWxn-1h9CKLi0ms7yjsVt-3T8RSTu0.png\" alt=\"\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p class=\"has-medium-font-size\">In the jump procedure, we make the speed of santaSprite= 20 and heading 90 so that it goes up. We set our jumpUp variable to be true. And we enable our jumpTimer (remember that it will trigger or fire after 800 ms). Before this time is up, our Santa will keep on going up.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/k9LYg7-1CidQTmxdLGDNFhsvGXL8yh-0m6hcY6Mwrsearmbyu7kucCXfxLIqfMfcRnDBrXdN_hwNMApDdIHOKTr9Qxu8k4arIGNcwHioyF4QfU5z6pjTkaAFSJm92KutgNVcT6Yo02kqjp5ajQ8jQMA.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">When the jump timer goes off, we will check if Santa was going up and change its heading to 270 to make it start coming down now. And we will make jump up false. So, the next time the jump timer goes off, we will reset Santa\u2019s speed to 0 to stop the jump animation, disable the jump timer, and also reset Santa\u2018s Y position.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/y_jD2iDmIzUYYL-h2lMuR4-H5FiylA4gLzH5Ap-XvNnN0pKfmMrHfhqv88TkVBNYpUS6lpx8nP7hEjsrCg656_Mf6GC0Nzo2DCtC4ystb_CsP1mou3g-vqxdH1GQdjcQ0l-Swgo3j1xrtYeBRm56yM.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Now, the most important part of code is when Santa collides with something. Get collided with event for santaSprite. Check if colliding with candy and stop everything i.e. make the speed of candySprite=0 and disable the runTimer.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/zdgMWAgi17iMMvRiGuSRTU1WeMDn997Uz_BuAvOd1Rpk4ASHRUp7p5IdfnsoUI-KReIHHzcFtLSYaaFcd8AIvEwa3c9sBqQu0XkGlEUdMI5jj_OymLDGTC2Hz4XKlmQjvR9fdKFa6DTV0cvKSv5Mvow.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Now, what about the score? So, let\u2019s work on that.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">First of all, reset the score to 0 and enable scoreTimer when startButton is clicked.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/MrqprUchH-Y-laR7hys-14i_-7FI40zB4oSxnaCxdDJBb5pifKBcTtDQ8I5sV0MEqT9cPqL_kSKs0ha5EIzqNQ0ELTUMy9dh8K6uXwSqdOSdKF7kSeDvNWYcKH2o9PRAHufYCBiiIAIBP0Di8xO_V-U.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Disable scoreTimer in case of collision of santaSprite with candySprite.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/Xy5h9jofUzl113Bg15sAwjJATIvcouwudOXyqC35k_tmZf0ufS0WWIqsBxF-7JhmBv6C_clf0YZY76pS1oaftoBpnS1n767m7tZDEihhBGpIoz3e-xPSWCGLMvwkmW8Soi1GOrpZDoICuJfwrouKXBg.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Next, make a procedure for writing the score. Clear the canvas first and drawText in the middle of the canvas and write the current value of score.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/K9AXvgod2qzySSwMpCZd8Zqz5GsjjDUGGsUC8ueyVDpBDSwJI5IAOuLnfvABLTYYcyjpdNH5Q_WlhiXgwZgUHSoM94Uu3elBmGNha5Ljkmk9oBp6PpkH23Qj3v0eGR9cy6IiL4OyWpHbaXztT_LSYnI.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Now, in case of the scoreTimer trigger event, add a 1 to the score and call the writeScore procedure.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/Ja2TrCK_wrWRWEwiG1s7_GMQ19_zN8MPlRE7bEgYCfuEAXJudHEJNNhvsJ0tO8WFFk7OmbU-0Z0MEfNatKwkMg3VOOMRNB7x1UZaQCC1kopYNp5nStVt4I0vVQgTocOD6OPNDvmXIl_pmqvSKydAO7E.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Last is the game over message so add the writing of it and the final score in the collision event.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/7VibJomkWJ_4q6Euvqz2pal1XmwgbMQlqAd0izBDjeOEbltDWMHgUijxSJUfG8ho-Iq4BEL1FOml_03hVcUGa9AAgsQhmKz_JceznMU1u6eaUSZl36U82QVuDGPMa_iZ6ybc96TWxeHdtqL9JiYqhnQ.png\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">So, this is done. I hope you have fun making this game and customizing it to your liking.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">If you like my tutorials, consider supporting me:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><a href=\"https:\/\/obsidiansoft.gumroad.com\/l\/cxdft\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"372\" height=\"196\" src=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/donate-button-1.png\" alt=\"\" class=\"wp-image-5381\" style=\"width:202px;height:auto\" srcset=\"https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/donate-button-1.png 372w, https:\/\/obsidiansofteducation.com\/wp-content\/uploads\/2024\/12\/donate-button-1-300x158.png 300w\" sizes=\"auto, (max-width: 372px) 100vw, 372px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"has-medium-font-size\"><a href=\"https:\/\/www.buymeacoffee.com\/obsidiansoft\" target=\"_blank\" rel=\"noopener\"><\/a>You can also watch the video tutorial here:<\/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<p class=\"responsive-video-wrap clr\"><iframe loading=\"lazy\" title=\"Santa Run Game in MIT App Inventor (Full Tutorial) | MIT App Inventor game | App Inventor Santa game\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/i79Jfc7-9dQ?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><\/p>\n<\/div><\/figure>\n\n\n\n<p class=\"has-medium-font-size\">Please like my videos and share them with your friends and family. Also, subscribe to my channel and press the bell icon so you don\u2019t miss any of the great projects I have planned for you.<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><a href=\"https:\/\/www.youtube.com\/c\/obsidiansofteducation\" target=\"_blank\" rel=\"noopener\">https:\/\/www.youtube.com\/c\/obsidiansofteducation<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Please like my social media pages for more educational resources and tips.<\/p>\n\n\n\n<p class=\"has-medium-font-size\">Facebook:<a href=\"https:\/\/www.blogger.com\/blog\/page\/edit\/4947000819484484884\/7140650632339107612#\" target=\"_blank\" rel=\"noopener\">&nbsp;https:\/\/www.facebook.com\/ObsidianSoft\/<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Instagram:<a href=\"https:\/\/www.blogger.com\/blog\/page\/edit\/4947000819484484884\/7140650632339107612#\" target=\"_blank\" rel=\"noopener\">&nbsp;https:\/\/www.instagram.com\/obsidiansoftapps\/<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">Pinterest:<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><a href=\"https:\/\/www.pinterest.co.uk\/obsidiansoft\/_created\" target=\"_blank\" rel=\"noopener\">https:\/\/www.pinterest.co.uk\/obsidiansoft\/_created<\/a><\/p>\n\n\n\n<p class=\"has-medium-font-size\">For links to free educational apps, have a look at the&nbsp;<a href=\"https:\/\/obsidiansofteducation.com\/index.php\/mobile-apps\/\">educational apps page<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello friends, Welcome to Obsidian Soft. Today, in this tutorial, I will teach you how to make a cool Santa Run game in MIT App Inventor. The game logic is inspired by the famous Google Chrome Dino Run game so you can easily convert this into that game by just changing the images. Our Santa [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5455","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/pages\/5455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/comments?post=5455"}],"version-history":[{"count":2,"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/pages\/5455\/revisions"}],"predecessor-version":[{"id":6371,"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/pages\/5455\/revisions\/6371"}],"wp:attachment":[{"href":"https:\/\/obsidiansofteducation.com\/index.php\/wp-json\/wp\/v2\/media?parent=5455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}