NEW
Font size
WorksheetsMaze Game Quiz
Total questions: 10
Worksheet time: 5mins
In a maze game, what happens when the sprite touches the wall?
The sprite wins
The sprite goes back to the start
The maze changes color
Nothing happens
Which block is best for moving the sprite to the right smoothly?
Change Y by 10
Change Y by -10
Change X by 10
Change X by -10
What is the main goal in a maze game?
To touch the walls
To jump as high as possible
To draw a maze
To escape the maze and reach the finish
Which block checks if the sprite is touching the maze wall
If touching color
Repeat until
Forever
Play sound
What happens when you use “if touching color [ ] then”?
The sprite will disappear
The sprite will follow your mouse
The sprite can detect walls
The backdrop changes
Which backdrop is often used for maze games?
Plain white
Maze background
Beach background
Beach background
If you want the sprite to restart when it touches a wall, which block should you use?
Go to x:0 y:0
Say “Try again”
Hide
Move 15 steps
Which keys are often used to control the maze sprite?
Space and Enter
Arrow keys (up, down, left, right)
A, B, C, D
Number Key
Why do we use “forever” blocks in maze games?
To stop the game
To keep checking movements and walls all the time
To make the game short
To change the color of the maze
Which of these is NOT needed for a maze game?
A maze wall
A player sprite
A goal or finish line
A score for shooting enemies
