This is a simple Python implementation of the classic Rock, Paper, Scissors game where you play against the computer.
- Run the script.
- Choose one of the following when prompted:
rfor Rockpfor Papersfor Scissors
- The computer will randomly select its choice.
- The winner will be determined by the traditional rules of the game.
- Randomized computer choices
- Clean input validation
- Fun and quick to play
RockbeatsScissorsScissorsbeatsPaperPaperbeatsRock- Same choices result in a draw
Just Python 3.x. No external libraries needed.
python rock_paper_scissors.pyFeel free to check out my other projects or connect with me on LinkedIn.
Built with ๐ป and a bit of fun by Garvit Kanojia
