Upper Elementary
Computer Science
Summer Seasonal Project:
Pop the Balloons Game!
Objective
Students will be able to create an interactive summer-themed program using loops, conditionals, and a variable.
Computational Thinking: Algorithmic thinking is organizing a process into clear, step-by-step instructions.
Vocabulary
Loop: A programming structure that repeats one or more commands
Conditional: A command that tells a program how to make a decision if something is true or false
?
Vocabulary
Variable: A container that can hold one value at a time
Vocabulary
Create a Pop the Balloons Game.
Set the game up.
Create a ‘Points’ variable.
Program the air balloon.
Move down the stage.
React when the ball hits it.
Program the water balloon.
Move down the stage.
React when the ball hits it.
Program the ball.
Set up the beginning of the game.
Move to the mouse pointer.
Program the thrower to give instructions.
Extensions