https://github.com/rishit-dagli/rockpaperscissor_in_python
a simple rock paper scissors game
https://github.com/rishit-dagli/rockpaperscissor_in_python
Last synced: 5 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T04:00:59.000Z (almost 5 years ago)
- Last Synced: 2025-05-09T01:06:28.486Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 4
- 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)