๐ฎ A classic Rock, Paper, Scissors game built with HTML, CSS, and JavaScript. Play against the computer, keep score, and enjoy instant feedback after every move!
Rock, Paper, Scissors is a timeless game that combines fun and strategy. This project demonstrates how simple games can be implemented using basic web technologies, helping beginners understand DOM manipulation, event handling, and game logic.
- โ User can choose Rock, Paper, or Scissors
- โ Computer randomly generates its move
- โ Winner/loser logic implemented
- โ Live scoreboard updates
- โ Real-time feedback messages with colors
- โณ Pending: Styling improvements, reset button, multiple rounds
- ๐ฑ๏ธ User selects Rock, Paper, or Scissors via buttons
- ๐ป Computer auto-generates a choice
- โ Winner is decided instantly
- ๐ Scores for both User and Computer are updated live
- ๐จ Message box shows result (Win, Lose, or Draw) with background color feedback
- ๐ HTML5 โ Structure of the game
- ๐จ CSS3 โ Styling and layout (buttons, scoreboard, messages)
- โก JavaScript (Vanilla) โ Game logic and interactivity
Example:
- ๐ฅ Clone the repository
git clone https://github.com/Smasher5/rock-paper-scissors.git cd rock-paper-scissors
