This is My First Game in GitHub
A simple and fun Stone-Paper-Scissors (Rock-Paper-Scissors) game built using HTML, CSS, and JavaScript. This project is made using basic frontend technologies with no frameworks โ perfect for beginners looking to understand how html , css and JavaScript can be used to build interactive games!
- Choose Stone, Paper, or Scissors by clicking the respective button.
- The computer will randomly pick its move.
- The result (Win/Lose/Draw) will be displayed instantly.
- Keep playing and have fun!
- HTML โ for structuring the game UI.
- CSS โ for styling the interface.
- JavaScript โ for game logic and interactivity.
To run the game locally:
- Clone this repository:
git clone https://github.com/your-username/stone-paper-scissors.git