Welcome to my Rock Paper Scissors game! ๐ฎ This project brings the classic hand game to life using HTML ๐, CSS ๐จ, and JavaScript ๐ป.
Project Demo: https://nidhiupman568.github.io/ROCK-PAPER-SCISSORS/
- Interactive Gameplay: Use buttons to choose between rock โ, paper ๐, or scissors โ๏ธ.
- Dynamic Updates: JavaScript updates the game state and displays results on the webpage ๐๐บ.
- Responsive Design: Designed with HTML and CSS to be visually appealing and intuitive ๐๐ฑ.
- Score Tracking: Keep track of wins ๐, losses โ, and ties ๐ค during gameplay.
- Game Reset: Easily reset the game to play again after each round ๐.
- Start the Game: Open
index.html
in your web browser ๐. - Choose Gesture: Click on buttons for rock โ, paper ๐, or scissors โ๏ธ to make your choice.
- View Results: See the outcome of each round displayed on the screen ๐บ๐.
- Play Again: Reset the game to start a new round and continue playing ๐.
- Clone the repository: 'https://github.com/nidhiupman568/ROCK-PAPER-SCISSORS.git' ๐๐ป
- Open the
index.html
file in your web browser ๐.
- HTML5 ๐
- CSS3 ๐จ
- JavaScript ๐ป