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/6-end-condition/.github/post-lecture-quiz.md

13 lines
406 B

4 years ago
*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