An open API service indexing awesome lists of open source software.

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.

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!!