Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pshreyam/rock-paper-scissors
My first mini-project in Python (2019)
https://github.com/pshreyam/rock-paper-scissors
python3
Last synced: 8 days ago
JSON representation
My first mini-project in Python (2019)
- Host: GitHub
- URL: https://github.com/pshreyam/rock-paper-scissors
- Owner: pshreyam
- Created: 2021-03-20T09:36:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:32:37.000Z (10 months ago)
- Last Synced: 2024-04-07T17:35:14.063Z (10 months ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 505 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors ✊✋✌️
My first mini-project in Python!
It is a simple game played usually by kids for fun or as a tie-breaker. 😀## Requirements and Dependencies
Requirements are listed in [requirements.txt](./requirements.txt).
```bash
python3 -m venv venv
source ./venv/bin/activate
pip3 install -r requirements.txt
```## Run
```bash
python3 main.py
```## Demo
![Demo](./demo.gif)