@ -323,7 +323,7 @@ async function startGame(gameID) {
functiongameOver(){
audioEl.pause();
playAudio("assets/gameOver.mp3");
alert("Game over !!!");
alert("Game over !!! (Score: "+score+")");
location.href="#";
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.