Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dwain-barnes authored Jun 28, 2024
1 parent 120d425 commit 7cc6837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7cc6837

Please sign in to comment.