Skip to content

chuphalashit19/Mini-Project-PythonGame-RPSLS-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Mini-Project-PythonGame-RPSLS-

A mini game called as rock,paper scissors along with Spock and lizard. Language used is python. The code asks for input data for ex: you choose rock The computer chooses a random string in (rock,paper,scissors,Spock,lizard) The computation are in such a way that it will show you who wins the game. You would be familiar with the game(Then you will understand if it works correct or not)