You are browsing as a guest. Sign up (or log in) to start making projects!

Galaxy Defender

  • 0 Devlogs
  • 0 Total hours

<!DOCTYPE html> <html> <body style="text-align:center;font-family:Arial"> <h1>Galaxy Defender</h1> <p>Score: <span id=s>0</span></p> <button onclick="hit()">Destroy Alien</button> <script> let score=0; function hit(){ score++; document.getElementById("s").innerHTML=score; if(score==10)alert("You Win!"); } </script> </body> </html>

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…