wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Maze Game Quiz

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In a maze game, what happens when the sprite touches the wall?

a)

The sprite wins

b)

The sprite goes back to the start

c)

The maze changes color

d)

Nothing happens

2.

Which block is best for moving the sprite to the right smoothly?

a)

Change Y by 10

b)

Change Y by -10

c)

Change X by 10

d)

Change X by -10

3.

What is the main goal in a maze game?

a)

To touch the walls

b)

To jump as high as possible

c)

To draw a maze

d)

To escape the maze and reach the finish

4.

Which block checks if the sprite is touching the maze wall

a)

If touching color

b)

Repeat until

c)

Forever

d)

Play sound

5.

What happens when you use “if touching color [ ] then”?

a)

The sprite will disappear

b)

The sprite will follow your mouse

c)

The sprite can detect walls

d)

The backdrop changes

6.

Which backdrop is often used for maze games?

a)

Plain white

b)

Maze background

c)

Beach background

d)

Beach background

7.

If you want the sprite to restart when it touches a wall, which block should you use?

a)

Go to x:0 y:0

b)

Say “Try again”

c)

Hide

d)

Move 15 steps

8.

Which keys are often used to control the maze sprite?

a)

Space and Enter

b)

Arrow keys (up, down, left, right)

c)

A, B, C, D

d)

Number Key

9.

Why do we use “forever” blocks in maze games?

a)

To stop the game

b)

To keep checking movements and walls all the time

c)

To make the game short

d)

To change the color of the maze

10.

Which of these is NOT needed for a maze game?

a)

A maze wall

b)

A player sprite

c)

A goal or finish line

d)

A score for shooting enemies