NEW
Font size
WorksheetsDungeon Maze Quiz
Total questions: 14
Worksheet time: 7mins
Which block is used to start the program when the green flag is clicked?
when backdrop switches
when sprite clicked
when key pressed
when green flag clicked
What does the 'move 10 steps' block do?
Makes the sprite invisible
Moves the sprite to a new backdrop
Moves the sprite the specified number of steps
Changes the sprite's costume
Which block is used to check if a sprite is touching a specific color?
go to x, y
next costume
touching color
if _ then _
What should you do to create a maze in the project?
Use a pre-made maze template
Import a maze image
Use the paint tool to draw a maze
Write code for the maze
What happens when the player touches a wall?
They win the game
They go back to the beginning of the maze
They lose a life
They advance to the next level
What is the purpose of the 'next backdrop' block?
To reset the game
To change the sprite's costume
To switch to the next level
To stop the game
Which sprite is suggested to be used as the player?
Cat Sprite
Mouse Sprite
Dog Sprite
Cheesy Puffs Sprite
What should you do to make your sprite smaller?
Change the size field in the sprite menu
Use the paint tool
Add a 'go to' block
Change the backdrop
What is the final phase of the project focused on?
Painting the backdrop
Testing the game
Adding finishing touches
Creating more levels
What is the purpose of the 'forever' block?
To repeat actions indefinitely
To change costumes
To switch backdrops
To stop the game
What should you do after creating your mazes?
Change the player sprite
Delete the mazes
Add more enemies
Save your project
What is the goal of the game?
To reach the end of the maze
To defeat enemies
To find hidden treasures
To collect coins
What is the purpose of playtesting?
To add more levels
To change the backdrop
To check for bugs and improve the game
To create new sprites
What should you do if your sprite flips upside down?
Change the sprite's size
Add a 'next costume' block
Add code to prevent flipping
Use a different sprite
