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

https://github.com/revogati/rockpaperscissorsgame

A basic python code for the game Rock Papers Scissors .
https://github.com/revogati/rockpaperscissorsgame

Last synced: about 2 months ago
JSON representation

A basic python code for the game Rock Papers Scissors .

Awesome Lists containing this project

README

        

# RockPaperScissorsGame
A basic python code for the game Rock Papers Scissors .
Rock paper Scissors is a game with the following rules :
#Rock smashes scissors.
#Paper covers rock.
#Scissors cut paper.

The user inputs a choice from the three , while the computer picks a randomized choice using random.choice() function.
The choices are then evaluated using an if,elif,else block of code statements to determine the winner and looser, or if event ended up on a draw