Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 516 Bytes

File metadata and controls

18 lines (12 loc) · 516 Bytes

Complete this quiz after the lesson by checking one answer per question.

  1. You always need to redraw the screen
  • true
  • false
  1. What is a game loop?
  • A function that ensures the game can be restarted
  • A function that decided how fast the game should run
  • A function that is invoked at regular intervals and draws what the user should see
  1. A good case for redrawing the screen is
  • A user interaction happened
  • Something has moved
  • Time has passed