NEW
Font size
WorksheetsSTEM questions: Game Development
Total questions: 22
Worksheet time: 11mins
What is the main purpose of mBlock?
Drawing
Game development
Music composition
Video editing
Which block is used to start a script when the game begins?
When key pressed
When green flag clicked
When sprite clicked
When backdrop switches
What do you call the character you control in a game?
Backdrop
Variable
Sprite
Script
How can you make a sprite move 10 steps forward?
Move -10 steps
Change x by 10
Go to x:10 y:0
Set direction 10
What does the "broadcast" block do?
Makes a sprite disappear
Sends a message to other sprites
Changes the backdrop
Starts a sound effect
What would you use to stop a sprite from moving?
hide
stop all
go to x: (0)
wait (1) seconds
What is the purpose of a backdrop in a game?
To control the sprite’s actions
To provide visual context or setting
To play sounds
To create variables
What is a clone in mBlock?
A copy of a sprite
A new backdrop
A sound effect
A variable
How can you make a sprite change colour?
change color effect by (25)
set color to (red)
use a random block
change size by (10)
If a sprite is not moving, what is the first thing you should check?
The backdrop
The sprite’s costume
The code blocks for errors
The sound settings
Why is it important to test your game?
To get a higher score
To check for bugs and improve playability
To add more sprites
To change the backdrop
How can storytelling enhance a game?
By adding more sprites
By making it visually appealing
By creating a connection with players
By changing the backdrop frequently
Which theme could make a game more engaging?
Random colours
Mystery adventure
Simple numbers
Basic shapes
How can you collaborate with a friend in mBlock?
By using the same computer
By sharing project files
By creating separate games
By competing against each other
What feedback should you ask for when sharing your game?
If they liked the colours
How many sprites are used
If it’s too difficult or easy to play
What the score is
What was the most challenging part of creating your game?
Choosing colours
Writing the code
Adding sound effects
Finding a theme
What can you learn from playing games that involves coding?
How to draw better
How to manage time
Logical thinking and problem-solving
How to play sports
What skill can coding a game help improve?
Gardening
Cooking
Collaboration
Singing
How can you check if a sprite touches another sprite?
Use the "if touching [sprite]" block
Use the "hide" block
Change colour
Use the "play sound" block
What block can you use to display a message to the player?
broadcast message
ask [question]
say [message]
change colour
Which option is best for making your game interactive?
Use only one sprite
Allow players to click and interact with sprites
Keep everything static
Only change backgrounds
How can you encourage players to play your game multiple times?
Make it very difficult
Add levels or new challenges
Keep it the same every time
Remove any scoring system
