Welcome to the Rock Paper Scissors game! This project is an interactive game built with JavaScript that allows you to test your skills against the computer. Whether you're a beginner or a seasoned player, this classic game is a great way to have some fun and challenge yourself.
Playing the game is simple. You'll be prompted to choose between rock, paper, or scissors, and the computer will also make its selection. The winner will be determined based on the following rules:
- Rock beats scissors.
- Scissors beats paper.
- Paper beats rock.
The game will keep track of your score, so you can see how well you're doing against the computer. Are you ready to show off your strategic thinking and intuition?
This project is implemented using JavaScript, used for the game's logic. A user interface for the game was built using HTML & CSS. The game can be currently played simply by opening the webpage.
- Rock Icon:
- Description: Animated Rock Icon
- Creator: 'Icongeek26' on Flaticon
- Source: https://www.flaticon.com/free-icons/rock
- Paper Icon:
- Description: Animated Paper Icon
- Creator: User 'Freepik' on Flaticon
- Source: https://www.flaticon.com/free-icons/paper
- Scissors Icon:
- Description: Animated Scissors Icon
- Creator: 'Gulraiz' on Flaticon
- Source: https://www.flaticon.com/free-icons/scissors
- User Icon:
- Description: Animated User Icon
- Creator: 'Freepik' on Flaticon
- Source: https://www.flaticon.com/free-icons/user
- Computer Icon:
- Description: Animated Computer Icon
- Creator: 'xnimrodx' on Flaticon
- Source: https://www.flaticon.com/free-icons/computer
To run the game locally on your machine, follow these steps:
1 - Clone this repository to your local machine.
2 - Open the project directory.
3 - Open the 'index.html' file in your preferred web browser.
4 - Start playing!
That's it! You're now ready to play the Rock Paper Scissors game on your own computer.