Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 392 Bytes

File metadata and controls

19 lines (12 loc) · 392 Bytes

A warm-up quiz about game development

Complete this quiz in class

  1. Any object on the screen can receive keyboard events
  • true
  • false
  1. You can use the same method to listen to key events and mouse events
  • true
  • false
  1. To make things happen at a regular interval, you use what function?
  • setInterval()
  • setTimeout()
  • sleep()