Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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)