Skip to content

Commit

Permalink
Prepares project for GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcote-1991 committed Jun 3, 2024
1 parent e706ae7 commit b3fb7f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ keyboardButtons.forEach(key => {
const selectedKey = Array.from(keyboardButtons).find(key => key.textContent === typedLetter);
if (selectedKey) {
selectedKey.click();
game.handleInteraction(typedLetter);
}
});

0 comments on commit b3fb7f7

Please sign in to comment.