Awesome-Python-Scripts/Rock-Paper-Scissor/README.md

14 lines
290 B
Markdown
Raw Normal View History

# 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
```