paint-brush
🐱 How To Create Your Own Virtual World With CoderDojo☄️by@osxgirl
109 reads

🐱 How To Create Your Own Virtual World With CoderDojo☄️

by June 29th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

The goal of the game is to create a world for the player to reach the Treasure Chest. In order for the doors to open, a key is needed. The blue key sprite is set up to wait until it is "touching" the player sprite then the key is added to the inventory database and the door is opened. Using Scratch is a fun and easy way to learn how to code, how to use your mind, and then be rewarded immediately after by playing a fun game!!

Company Mentioned

Mention Thumbnail
featured image - 🐱 How To Create Your Own Virtual World With CoderDojo☄️
undefined HackerNoon profile picture

Hello! 👋🏼 I am the ☯️ Champion of the Zionsville & Noblesville CoderDojos in Indiana! We make cool websites, games, and Apps! This summer, we will be hosting a virtual CoderDojo meetup via Zoom. 🍿 Noblesville High-Schooler Anna 👩🏻‍🦰 selected this lesson for her summer CoderDojo project. ☀️

The CoderDojo is a local Coding Club for kids aged 7 - 17.

Create your own world 🌎

In this project, the students will learn:

  • conditional selections that react to key presses
  • variables to store a game’s state
  • conditional selections based on the value of a variable
  • use lists to store data

The goal of the game is to create a world for the player to reach the Treasure Chest 💰.

In order for the doors to open, a key is needed. The blue key sprite is set up to wait until it is "touching" the player sprite then the key is added to the inventory database and the door is opened.

wait until touching player?
add blue key to inventory

Once the player reaches the key a laser sound effect is triggered. 🎶

Using Scratch is a fun and easy way to learn how to code, how to use your mind, and then be rewarded immediately after by playing a fun game!!

https://projects.raspberrypi.org/en/projects/create-your-own-world

🎷

:) peace