Skip to content

ROX X #332

Description

@ffap4671-svg
<title>Simple Click Game</title> <style> body{ text-align:center; font-family:Arial; background:#222; color:white; } button{ font-size:20px; padding:15px 30px; margin-top:20px; } </style>

Click Game

Score: 0

CLICK ME

<script> let score = 0; function addScore(){ score++; document.getElementById("score").innerHTML = score; } </script>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions