All games need this block
Name one of the senseis' names
Matthew, Maureen, Ron
What is this called?
Sprite
One key skill in debugging for coders is identifying differences in patterns. Can you spot the differences (3 in total)?
Co-founder of a popular computer and phone company with a fruit-themed logo.
Steve Jobs
What does this block do?
a) creates a camera object to called main1 to follow a sprite
b) turns main1 sprite into a camera
c) makes the game screen follow the main1 sprite
c)
Give one example we talked about today of where coding is found.
Minecraft, Youtube, Cars
What is this called?
Tilemap
Can you spot the difference in this code?
vs
The object that the sprite overlaps is not correct.
Founder of a giant online store that sells everything from books to electronics to groceries.
Jeff Besos
Which of the follow blocks tells the game that the player has lost and the game is done?
a)
b)
c)
c)
The type of game today is similar to a 2D obby, what is it called?
Platformer
The use of a set of instructions to communicate with computers.
Coding
In this pseudo Python code, where do you think there is a potential issue?
We need an umbrella if it's raining!
Creator of the world's largest social network where you can like, share, and post.
Mark Zuckerberg
These are examples of what type of blocks?
Physics
The platform we used today is called Makecode Arcade. Who is the creator?
Microsoft
This coding instruction tells a computer to do something only when a certain condition is true.
conditional / if statement
Something weird is going on with my code! Can you help me figure it out? When we press 'A', the sprite is running backwards 😣
We think it's somewhere in this block:
We needed velocity y not x!
Entrepreneur and inventor who founded a company that makes electric cars and launches rockets.
Elon Musk
We want to add a gravity effect to the sprite - which block can help us do that?
a)
b)
c)
a)
What languages can you use on the Makecode Arcade platform?
Blocks, JS, Python
These values are used to indicate a position inside the game, and are often expressed as a pair of numbers.
coordinates / x & y
Help us! The game isn't starting properly and what is going on with the sprite??
We suspect it's something we changed in this block 🤔
We used the Forever Event rather than the On Start.
The mysterious founder of a widely known digital currency that uses blockchain technology.
Satoshi Nakamoto