Live Demo Here: https://mksiki.github.io/RockPaperScissors/
I know I lacked on some documentation and wrote things only for the benefit of my memory. I'll try and come back and write some more, I just wanted to finish up and thought to myself I can come back and write it to benefit in what I was doing.
Welcome to the Rock Paper Scissors game! Test your luck and strategy against the computer in this classic game.
- Description
- Features
- How to Play
- Game Rules
- Technologies Used
- Installation
- Usage
- Contributing
- License
- Author
This is a simple web-based Rock Paper Scissors game built using HTML, CSS, and JavaScript. The game allows you to compete against the computer, keeping track of scores until one player reaches 5 wins.
- Interactive user interface with emoji icons for game elements.
- Real-time score tracking for both the player and the computer.
- Game over alert and play again option.
- Responsive design for various screen sizes.
- Clone the repository to your local machine.
- Open the
index.html
file in your web browser. - Click on the Rock, Paper, or Scissors buttons to make your choice.
- The computer will randomly select its move.
- The game will determine the winner of each round and update the scores.
- The first player to reach 5 wins will trigger the end of the game.
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- HTML
- CSS
- JavaScript
-
Clone the repository:
git clone https://github.com/mksiki/rock-paper-scissors.git