https://github.com/mahtabranjbar/rock_paper_scissor_app
This is a interactive Rock, Paper, Scissors game built using Streamlit.
https://github.com/mahtabranjbar/rock_paper_scissor_app
Last synced: 2 months ago
JSON representation
This is a interactive Rock, Paper, Scissors game built using Streamlit.
- Host: GitHub
- URL: https://github.com/mahtabranjbar/rock_paper_scissor_app
- Owner: MahtabRanjbar
- Created: 2024-08-26T23:46:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T23:49:21.000Z (9 months ago)
- Last Synced: 2025-01-24T11:44:42.315Z (4 months ago)
- Language: Python
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock, Paper, Scissors Game
## Overview
This is a simple Rock, Paper, Scissors game built using Streamlit. Players can select their choice and play against the computer, which randomly selects its choice. The game keeps track of wins, losses, and total games played.

## Features
- User-friendly interface
- Real-time score tracking
- Responsive design
- Image representation of choices## Requirements
- Python 3.7 or higher
- Streamlit
- Pillow## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/MahtabRanjbar/rock_paper_scissor_app.git
cd rock_paper_scissor_app
```2. Install the required packages
```bash
pip install -r requirements.txt
```
3. Running the App
To run the application, execute the following command:```bash
streamlit run src/app.py
```
## How to Play
- Select your choice (Rock, Paper, or Scissors) from the dropdown menu.
- Click the "Play" button to see the results.
- Your score will be updated after each round.## Contributing
Feel free to submit issues or pull requests if you want to contribute to the project.## License
This project is open-source and available under the MIT License.