Skip to content

Smasher5/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 

Repository files navigation

โœŠ๐Ÿ“„โœ‚๏ธ Rock Paper Scissors Game

๐ŸŽฎ 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!


๐Ÿ“ Problem Statement

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.


๐Ÿ“Š Current Progress Status

  • โœ… 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

๐Ÿ’ก Solution / Prototype

  • ๐Ÿ–ฑ๏ธ 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

๐Ÿ› ๏ธ Technologies & Tools Used

  • ๐ŸŒ HTML5 โ€“ Structure of the game
  • ๐ŸŽจ CSS3 โ€“ Styling and layout (buttons, scoreboard, messages)
  • โšก JavaScript (Vanilla) โ€“ Game logic and interactivity

๐Ÿ“ธ Screenshots / Demo

Example:

[Rock Paper Scissors Game]Screenshot 2025-09-12 013734


โš™๏ธ How to Run the Project

  1. ๐Ÿ“ฅ Clone the repository
    git clone https://github.com/Smasher5/rock-paper-scissors.git
    cd rock-paper-scissors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published