diff --git a/index.html b/index.html index 69cc84c..f5550bf 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,7 @@ else{ lives--; if(lives == 0){ - alert("GAME OVER"); + alert("It's Over. But hey! you can try again."); document.location.reload(); clearInterval(interval); }