https://github.com/dabcoder/rock_paper
Rock/Paper/Scissors in Python
https://github.com/dabcoder/rock_paper
Last synced: 27 days ago
JSON representation
Rock/Paper/Scissors in Python
- Host: GitHub
- URL: https://github.com/dabcoder/rock_paper
- Owner: dabcoder
- Created: 2014-10-20T13:53:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T12:13:40.000Z (almost 10 years ago)
- Last Synced: 2025-03-12T21:48:39.367Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple Rock / Paper / Scissors in Python
3 functions: 1 for the player's choice, 1 for the computer, 1 to compare and display the results
It's "just" a Rock-Paper-Scissors, didn't add the lizard and the spock
To execute with Python 3, type python3 rockpaper1.py