MakeCode Orientation
Sprites
Motion
Loops
Random
100

Steps to follow to get a desired outcome.

What is an algorithm?

100

A code piece that allows my sprite to say a message. 

What is mysprite say?

100
This code piece allows for sprites to stay within the visible screen. 

What is set mysprite stay in screen

100

This piece allows you to repeat actions and reduces how many pieces you need to use.

What is a loop?

100

This category holds code that you can use to change the background. 

What is scene?

200

Recipe, FYP, GPS Directions

What are examples of an algorithm?

200

Have multiple characters makes so that your game is more interesting. 

What is the importance of having a variety of sprites?

200

Makes it possible that 2 different sprites can interact with each other.

What is an overlap event?

200

This code piece already a velocity in the x and y direction assigned to it. 

What is a projectile?

200

This code piece allows give game directions to your player. 

What is splash?

300

A character in MakeCode.

What is a sprite?

300

Having sprites around the screen makes it possible for us to see them all. 

Why is important to display sprites around the screen?

300

This code piece allowed it so that we could create a variety of clouds that would appear randomly on the screen. 

What is on created?

300

Lasers, Tennis Ball, or Rain are all examples of. 

What is projectile from sprite?

300

This category allows you to use music to add sound to your code. 

What is music?

400

These elements can affect how a player plays a game. 

What is life, score, and countdown?

400

A code piece that allows for sprites to be positioned around the screen.

What is set mysprite position x y

400

This element adds the luck or chance to a game. 

What is pick random?

400

The speed of an object. 

What is velocity?

400

Computer Science, Math and AI all use this to help them run smoothly. 

What is an algorithm?

500

The name of a sprite. 

What is a variable?

500

The name of a character

What is a sprite?

500

If the kind is not correct the overlap event will not work. 

Why it is important to have the correct names of the kinds?

500

This piece allows for something to repeated as many times as you tell it. 

What is repeat loop?

500

Regularly used when writing code to increase readability of the code and allow for easy reuse of common actions.

What is a function?

M
e
n
u