An open API service indexing awesome lists of open source software.

https://github.com/suhaanigurjar/stone-paper-and-scissors


https://github.com/suhaanigurjar/stone-paper-and-scissors

Last synced: 6 months ago
JSON representation

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