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/2-drawing-to-canvas/.github/pre-lecture-quiz.md

302 B

A warm-up quiz about game development

Complete this quiz in class

  1. The Canvas element is what you use to draw on a screen
  • true
  • false
  1. You can only draw simple geometric shapes
  • true
  • false
  1. The point 0,0 is in the bottom left
  • true
  • false