Welcome to the Rock Paper Scissors game! This is a simple game built with HTML, CSS, and JavaScript. Rock Paper Scissors is a fun game that everyone knows how to play. This web application allows you to play against the computer and keep score of your wins and losses.
To play the game, simply click on one of the three buttons to choose your move: rock
, paper
, or scissors
. The computer will then randomly select its move, and the winner will be determined according to the following rules:
- Rock beats scissors
- Scissors beats paper
- Paper beats rock If both the player and the computer choose the same move, it's a tie.
Ready for a challenge? Play the classic game of Rock-Paper-Scissors now! Simply click the link below to start playing:
https://malivinayak.github.io/Rock-Paper-Scissors/
If you prefer to play the game offline, you can download or clone the repository and open the index.html file in your web browser. It's that easy!
Take a look at the user interface of our Rock-Paper-Scissors game. Here are some screenshots to give you an idea of what to expect:Light Mode | Dark Mode |
- Play against the computer and keep score
- Choose between rock, paper, and scissors
- Easy-to-use interface
- Dark mode for improved visibility
- Only shows the table when the player starts to play
- Keeps track of the score
There is no need to install anything to play the game. Simply visit the web page and start playing.
Contributions are always welcome. If you have any suggestions for improving the game or adding new features, please create an issue or submit a pull request.
This game was built by malivinayak
. Feel free to contact me if you have any questions or feedback.
This project is licensed under the BSD-3-Clause License.