In the previous post, I introduced Retro Arcade by Elecfreks. In this post, I would like to show you, how my four-year-old daughter and I made our first game. It is necessary to say, that my daughter is not old enough to code, so this part is (for the moment) done by me.
We approached the challenge with old school way. Firstly, we defined what is game about. In this case, there is the “Mom” who is catching fish and they are put into the basket. Secondly, we draw a background of the game. Then, we draw the main character. And finally other elements of the game (fish, bucket, etc.).
Initially, I tried to draw the game parts in Photoshop, etc. However, the import tools (external) are not very well designed and for this purpose unusable. So, I draw it again in the integral drawing tool of Make Code, which turned out fine.
Make Code platform provides two ways how to code a game – using blocks or actual code (JavaScript or Python). For simple games like ours, the blocks are completely fine. I just had a few problems with the declaration of variables, but the solution was to declare them in the “on start” procedure. You can find many good tutorials at the Make Code website, or the website of Elecfreaks.
If you are using Chrome, you can download your game to a console directly from the Make Code site. Just be sure that the console is at sync mode and you chose F4 Board.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Leave a Reply