This project is a simple implementation of the classic Rock Paper Scissors game, built using HTML, CSS, and JavaScript. It provides a user-friendly interface for playing the game against the computer.
link https://santoshkanumuri.github.io/Rock-Paper-Scissors-Game/rps.html
- Player vs. Computer game mode
- Intuitive user interface
- Real-time score tracking
- Visual representation of player and computer choices
- HTML
- CSS
- JavaScript
To run this project locally, follow these steps:
- Clone the repository: git clone https://github.com/santoshkanumuri/rock-paper-scissors-game.git
- Navigate to the project directory:cd rock-paper-scissors
- Open the
rps.html
file in your preferred web browser.
- Upon opening the website, you will see the game interface with options for Rock, Paper, and Scissors.
- Click on your choice to make a move.
- The computer will randomly select its move.
- The result of the round will be displayed, along with the updated scores.
- Continue playing by making your next move.
- Rock beats Scissors
- Paper beats Rock
- Scissors beats Paper
In case of a tie (both player and computer make the same choice), the round is considered a draw, and no points are awarded.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.