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.
18 lines
380 B
18 lines
380 B
4 years ago
|
*A warm-up quiz about game development using JavaScript*
|
||
|
|
||
|
Complete this quiz in class
|
||
|
|
||
|
1. JavaScript is an unpopular language for building games
|
||
|
|
||
|
- [ ] [true]
|
||
|
- [ ] [false]
|
||
|
|
||
|
2. Pub/Sub is a preferred pattern for managing the game's assets and flow
|
||
|
|
||
|
- [ ] [true]
|
||
|
- [ ] [false]
|
||
|
|
||
|
3. Object inheritance can be handled by either using classes or composition
|
||
|
|
||
|
- [ ] [true]
|
||
|
- [ ] [false]
|