Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabcoder/rock_paper
Rock/Paper/Scissors in Python
https://github.com/dabcoder/rock_paper
Last synced: about 2 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T12:13:40.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T10:37:38.188Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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