Q1The game loop’s job is to…
Q3To move the paddle only while a key is held, we check…
Q4A star "falls" because each frame we…
Q5Catching the star is decided by…
Q6After a catch we set starY = 0 to…
Q7What does Math.random() * 760 + 20 give?
Q9Making speed += 0.4 each catch creates a…
Q10Which order is correct inside one frame?