WorksheetsFlappy Game Critical Questions
Total questions: 19
Worksheet time: 20mins
TRUE OR FALSE: When the player presses the spacebar, the action variable is set to "nothing"
True
False
What does "P" mode represent?
When the player can play flappy bird like normal
When the computer plays the game
When the computer collects data on how you play
When the computer is using how you played to train the model
Draw the bird in a situation where the player should press the space bar
Draw the bird in a situation where the player should NOT press the space bar
When should the game be over?
If the bird is below the pipe
If the bird is touching the pipe
If the pipe is on the left side of the screen
If the bird is switching colors
What does "D" mode represent?
When the player can play flappy bird like normal
When the computer plays the game
When the computer collects data on how you play
When the computer is using how you played to train the model
Where do we use the "create clone of myself" block?
In the explosion sprite
In the bird sprite
In the pipe sprite
In the backdrop
What does the "speed" variable represent?
The speed of the backdrop
The speed of the pipe
The speed of the bird
Why do we use the broadcast block?
To tell the current sprite something
To send/transmit messages across sprites
To yell to our next door neighbor
To tell the block to say something
What do the Pipe X and Pipe Y variables represent?
The pipe's X and Y positions
The bird's X and Y positions
The X and Y positions of when the pipe hits the bird
In what game mode do we ADD training data?
P mode
D mode
T mode
C mode
What does the "move-pipe" block do?
Move the pipe to the right
Move the pipe to the left
Move the pipe up
Move the pipe down
When does the menu sprite show?
At the end of the game
Before we press the green flag
As soon as we press the green flag
When the pipes appear
TRUE OR FALSE: The computer can only play by itself once we've added training data
True
False
What does the "recognize numbers" block do?
It returns an action: Spacebar or Nothing
It doesn't do anything
It returns a number: 0 or 1
It returns a new pipe
In what game modes should the flappy bird game start?
P and C
P and D
C and D
C and T
Which broadcast message signals to the other sprites to start the game?
GAME MODE IS SET
Nothing
GAME OVER
START-GAME
TRUE OR FALSE: The speed changes by a negative value when the bird is going down
True
False
Where does the explosion happen?
At the top of the pipe
At the top of the screen
At the bird
