You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/6-space-game/4-collision-detection/.github/pre-lecture-quiz.md

390 B

A warm-up quiz about about game development

Complete this quiz in class

  1. Collision detection is how we detect if two things have collided.
  • true
  • false
  1. How can we remove an item from the screen?
  • Call the garbage collector
  • Mark it as dead, only paint not dead objects next time we draw the screen
  • Place the item on a negative coordinate