check it out here
This is a simple implementation of the popular game Stone-Paper-Scissors. The game is played in the console and is a two-player game. here it is player vs computer
- Run the program.
- Player enters their choice: 'Stone', 'Paper', or 'Scissors'.
- computer make it's choice.
- The program determines the winner based on the rules of the game.
- Stone beats Scissors
- Scissors beat Paper
- Paper beats Stone
- Clone the repository:
git clone https://github.com/Sanchit-Joshi/Stone-Paper-Scissors.git
- Navigate into the project directory:
cd stone-paper-scissors
- Open the
index.html
file in your preferred web browser to start the game.
Pull requests are welcome.