Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 397 Bytes

File metadata and controls

18 lines (11 loc) · 397 Bytes

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]
  1. Pub/Sub is a preferred pattern for managing the game's assets and flow
  • [true]
  • [false]
  1. Object inheritance can be handled by either using classes or composition
  • [true]
  • [false]