Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 422 Bytes

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)