mirror of
https://codeberg.org/JasterV/MEMORY-CARD-GAME.git
synced 2026-04-26 18:20:03 +00:00
📰🚝 Checkpoint
./script.js:18108380/159
This commit is contained in:
parent
ced16a61e9
commit
76f2bea73f
1 changed files with 3 additions and 1 deletions
|
|
@ -110,7 +110,9 @@ playBtn.addEventListener("click", () => {
|
|||
}, 3000);
|
||||
}
|
||||
});
|
||||
|
||||
window.addEventListener("keydown", (event) => {
|
||||
if(!chooseUserDiv.classList.contains("hide")&& event.target.key ===) &&
|
||||
})
|
||||
playAgainBtn.addEventListener("click", () => {
|
||||
currentUser = "";
|
||||
discoveredCards = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue