Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iriw/rock_paper_scissors_game
https://github.com/iriw/rock_paper_scissors_game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iriw/rock_paper_scissors_game
- Owner: IriW
- Created: 2021-09-09T20:57:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T21:25:01.000Z (over 3 years ago)
- Last Synced: 2024-11-19T12:18:33.402Z (2 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors Game
It can be checked online under:
https://replit.com/@IrinchiDe/rock-paper-scissors-start#main.py
User plays with the computer.
The user should type '0' for Rock, '1' for Paper or '2' for Scissors. Computer randomly choses one of those 3 values too.
Rock, Paper and Scissors build the list from which both user and computer chose.
Values other then 0-2 are not valid and give an error.https://user-images.githubusercontent.com/32927392/132764639-dad8bca6-de8d-487d-8c70-7114f6b9ba78.mov