Rock, Paper, Scissors: A geek version of the classic game on GitHub
Rock, Paper, Scissors is a simple game that allows you to play against the computer. The game is played with three different options: Rock, Paper, and Scissors. The computer randomly selects one of these options and the player has to choose the same option. If the player wins, they get a point. If the computer wins, the player loses a point. If the game ends in a tie, both players get a point.
- HTML
- CSS
- JavaScript
- Clone the repository
git clone https://github.com/PatellAbhishekk/RPS-Game.git
- Go to the directory
cd RPS-Game
- Run the project
Openindex.html
in your browser