https://github.com/dev-shetty/rock-paper-scissors
A small Rock Paper Scissor game to play with the computer.
https://github.com/dev-shetty/rock-paper-scissors
Last synced: 3 months ago
JSON representation
A small Rock Paper Scissor game to play with the computer.
- Host: GitHub
- URL: https://github.com/dev-shetty/rock-paper-scissors
- Owner: dev-shetty
- Created: 2022-02-13T01:03:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-14T05:38:27.000Z (over 3 years ago)
- Last Synced: 2025-03-09T02:40:32.609Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock-Paper-Scissors
A small Rock Paper Scissors game which you can play with the computer.
For now, I just made the CUI version ~~will soon make one with Tkinter GUI too.~~Added the GUI version made using tkinter
- Click button to do your move
- Can check scores in middle of match ("Check Score button")
- All the moves are listed in textbox you can view them.
- Once you are finished click the exit button and it will show you the results :)Have Fun!!