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.
406 B
406 B
Complete this quiz after the lesson by checking one answer per question.
- 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
- You should offer a restart only when the game has ended
- true
- false