From 620812618b77ac03466fc1709781a828e66c2493 Mon Sep 17 00:00:00 2001 From: lee Date: Thu, 13 Aug 2020 10:36:08 +0100 Subject: [PATCH] timer --- subjects/make-your-game/README.md | 2 +- subjects/make-your-game/audit/README.md | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/subjects/make-your-game/README.md b/subjects/make-your-game/README.md index 15e3af47..4efd536f 100644 --- a/subjects/make-your-game/README.md +++ b/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 diff --git a/subjects/make-your-game/audit/README.md b/subjects/make-your-game/audit/README.md index 5b6daa9a..a2d1c1cc 100644 --- a/subjects/make-your-game/audit/README.md +++ b/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