Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 406 Bytes

post-lecture-quiz.md

File metadata and controls

12 lines (8 loc) · 406 Bytes

Complete this quiz after the lesson by checking one answer per question.

  1. What is a good pattern to use when a game end condition has been met?
  • Display a suitable message
  • Quit the game
  • Display a suitable message, offer the player to restart, and display what key to hit for that action
  1. You should offer a restart only when the game has ended
  • true
  • false