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.
14 lines
390 B
14 lines
390 B
4 years ago
|
*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
|
||
|
|
||
|
2. 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
|