diff --git a/index.html b/index.html index bae3af4..739d27d 100644 --- a/index.html +++ b/index.html @@ -11,16 +11,8 @@
Brain Games
- Wordle + Wordle
- - diff --git a/wordle/game.js b/wordle/game.js index 6f8b5ef..01632e0 100644 --- a/wordle/game.js +++ b/wordle/game.js @@ -8,6 +8,7 @@ class Game { startGame() { this.currentWord = WordChecker.giveNewWord() + //TODO remove eventually console.log(this.currentWord) this.currentAttempts = 0; this.guessedWords = [];