mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
8ddae6b56f
* Rock-Paper-Scissor-Game * updated README.md
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
|
|
```
|