diff --git a/script.js b/script.js index 7dab706..908a44f 100644 --- a/script.js +++ b/script.js @@ -323,7 +323,7 @@ async function startGame(gameID) { function gameOver() { audioEl.pause(); playAudio("assets/gameOver.mp3"); - alert("Game over !!!"); + alert("Game over !!! (Score: " + score + ")"); location.href = "#"; }