diff --git a/js/script.js b/js/script.js index a31d323..f485fdc 100644 --- a/js/script.js +++ b/js/script.js @@ -3,7 +3,7 @@ class MemoryGame { this.cards = []; this.flippedCards = []; this.matchedPairs = 0; - this.attempts = 10; + this.attempts = 12; this.score = 0; this.gameOver = false;