A simple Python-based Rock-Paper-Scissors game that can be played in two modes:
- Player vs Computer
- Player vs Player
- Run the script using Python 3.
- Choose a mode:
- Press
1
for Player vs Computer. - Press
2
for Player vs Player.
- Press
- Enter your choice:
1
for Rock2
for Paper3
for Scissors
- The winner will be displayed based on the game rules.
- Choose whether to play again or exit.
- Python 3.x
MIT License