Skip to content

Latest commit

ย 

History

History
31 lines (25 loc) ยท 1 KB

File metadata and controls

31 lines (25 loc) ยท 1 KB

Rock-Paper-Scissors Game ๐ŸŽฎโœŠโœ‹โœŒ๏ธ

A simple Rock-Paper-Scissors game built using HTML, CSS, and JavaScript. Play against the computer and test your luck!

๐Ÿš€ Features

  • ๐ŸŽฎ Play against the computer
  • ๐Ÿง  Randomized AI moves
  • ๐ŸŽจ Simple and responsive UI
  • ๐Ÿ”„ Instant results after each move

๐Ÿ› ๏ธ Technologies Used

  • HTML: Structure of the game
  • CSS: Styling and layout
  • JavaScript: Game logic

๐Ÿ“Œ How to Play

  1. Select Rock, Paper, or Scissors.
  2. The computer will randomly choose its move.
  3. The result (Win/Lose/Draw) will be displayed instantly.
  4. Play as many rounds as you like!

๐ŸŽฏ Rules

  • Rock beats Scissors
  • Scissors beats Paper
  • Paper beats Rock

๐Ÿ“ฅ Installation

  1. Clone the repository:
    git clone https://github.com/your-username/rock-paper-scissors.git

Screenshot (40)