Please enable JavaScript.
Coggle requires JavaScript to display documents.
Bubble Popping Game (GUI (Start game screen (Ask how much time user wants,…
Bubble Popping Game
GUI
-
-
-
-
-
-
End game screen
Display Win/Lose text, with Score and Level displayed
-
-
Score
-
Lives
Displayed Middle left, start with 3 lives
-
-
Timer
Displayed Middle left, user chooses how much time they want
if they run out of time, they lose the game
Objects
Bubble (Class)
-
y speed
Different for each level, obtained from level class.
-
y coordinate
Same as height, bottom of screen
diameter
Different for each level, obtained from level class
-
-
-