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/pre-lecture-quiz.md

14 lines
307 B

*A warm-up quiz about game development*
Complete this quiz in class
1. When is a good time to restart a game
- [ ] when a player wins or loses
- [ ] whenever
2. When should a game end
- [ ] when an enemy ship is destroyed
- [ ] when a hero ship is destroyed
- [ ] when points are collected