Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.11 KB

File metadata and controls

23 lines (19 loc) · 1.11 KB

Rock Paper Scissor

Description

This is a simple Rock Paper Scissor game built using HTML, CSS, and JavaScript. The game allows players to compete against the computer in a fun and interactive UI.

Features

  • Interactive UI: Clean and minimalistic user interface for smooth gameplay.
  • Player vs. Computer: The player competes against the computer's randomly generated moves.
  • Scoreboard: Displays the scores of the player and the computer.
  • Move Counter: Limits the game to 10 moves per session.

How to Play

  1. Open the game in your browser.
  2. Choose your move: Rock, Paper, or Scissors.
  3. The computer will randomly generate its move.
  4. The winner of each round is displayed, and the scores are updated.
  5. Play until you reach 10 moves to see the final result!

Technologies Used

  • HTML: To structure the web page.
  • CSS: To style the user interface.
  • JavaScript: To implement game logic and interactions.
    image