Browse Source

timer

content-update
lee 4 years ago
parent
commit
620812618b
  1. 2
      subjects/make-your-game/README.md
  2. 10
      subjects/make-your-game/audit/README.md

2
subjects/make-your-game/README.md

@ -23,7 +23,7 @@ Here are some of the features you want to implement on your game:
- Continue
- Restart
- A score board that must present the following tasks:
- **Countdown clock**: That will indicate the amount of time the player has until the game ends
- **Countdown clock / Timer**: That will indicate the amount of time the player has until the game ends or the time that the game took to finish
- **Score**: That will keep a score count of the amount of XP/points that the player got while playing
- **Lives**: That indicates the amount of lives that the player has left

10
subjects/make-your-game/audit/README.md

@ -44,15 +44,7 @@
##### Try playing the game
###### Does the countdown clock seem to be working?
##### Try playing the game
###### Does the countdown clock reaches the end?
##### Try playing the game allowing the countdown clock to reach the end
###### Does the game end?
###### Does the countdown/timer clock seem to be working?
##### Try playing the game and score some points

Loading…
Cancel
Save