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.
390 B
390 B
A warm-up quiz about about game development
Complete this quiz in class
- Collision detection is how we detect if two things have collided.
- true
- false
- 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