Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rishit-dagli/rockpaperscissor_in_python
a simple rock paper scissors game
https://github.com/rishit-dagli/rockpaperscissor_in_python
Last synced: 20 days ago
JSON representation
a simple rock paper scissors game
- Host: GitHub
- URL: https://github.com/rishit-dagli/rockpaperscissor_in_python
- Owner: Rishit-dagli
- License: mit
- Created: 2018-05-30T07:39:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T04:00:59.000Z (about 4 years ago)
- Last Synced: 2024-10-04T19:23:13.918Z (about 1 month ago)
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RockPaperScissor_in_python
a simple rock paper scissors game
currently it is using the random logic for one player game , hoping for more improvements
for making a move just type your desired onr stone, paper or scissor
used looping so you can map your score ,type q or quit to end the game at any time (not case sensitive)