mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-27 22:11:07 +00:00
14 lines
290 B
Markdown
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
|
||
|
```
|