https://github.com/suhaanigurjar/stone-paper-and-scissors
https://github.com/suhaanigurjar/stone-paper-and-scissors
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suhaanigurjar/stone-paper-and-scissors
- Owner: suhaanigurjar
- Created: 2024-07-31T15:24:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T21:08:12.000Z (9 months ago)
- Last Synced: 2024-09-12T06:54:14.959Z (9 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock-Paper-Scissors Game
A simple Python-based Rock-Paper-Scissors game that can be played in two modes:
- **Player vs Computer**
- **Player vs Player**## How to Play
1. Run the script using Python 3.
2. Choose a mode:
- Press `1` for Player vs Computer.
- Press `2` for Player vs Player.
3. Enter your choice:
- `1` for Rock
- `2` for Paper
- `3` for Scissors
4. The winner will be displayed based on the game rules.
5. Choose whether to play again or exit.## Requirements
- Python 3.x
## License
MIT License