Awesome-Python-Scripts/Rock-Paper-Scissor/README.md
Punit Sakre 8ddae6b56f
Rock-Paper-Scissor Game (#202)
* Rock-Paper-Scissor-Game

* updated README.md
2020-11-01 22:14:27 +05:30

14 lines
290 B
Markdown

# Python Rock-Paper-Scissor GAME
The Python script shows the easy to understand and executable program which is used to play the rock-paper-scissor game with scorecard and wish to start or exit.
## Requirement
Python 3.xx
## Running the script
```bash
python Rock-Paper-Scissor.py
```