From 5e97e8746d29859775c662ce1165b6cb4fbe3ee7 Mon Sep 17 00:00:00 2001 From: Arturo Ruvalcaba Date: Sat, 15 Apr 2017 09:08:50 -0400 Subject: [PATCH 01/10] fix bug with timer --- game.js | 2 +- index.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/game.js b/game.js index 4992309..4953709 100644 --- a/game.js +++ b/game.js @@ -38,7 +38,7 @@ const game = { game.gameOver = false; game.time = 0; game.highScore = localStorage.getItem('highScore') || 0; - + game.startTimer(); game.initialize(); }, diff --git a/index.html b/index.html index ad3e6d4..0fc0687 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,11 @@

MINESWEEPER

+
SCORE: 0
+ -->