Techiral / A-Z-Python-Projects

Explore an extensive collection of Python projects, each corresponding to a letter of the alphabet. Whether you're a beginner or an experienced developer, dive into diverse Python applications, learn, and contribute to this educational journey.
MIT License
45 stars 181 forks source link

Create Rock Paper Scissor game #218

Open theeducationalworld opened 1 year ago

theeducationalworld commented 1 year ago

In this game, the user gets the first chance to pick the option between Rock, paper, and scissors. After the computer select from the remaining two choices(randomly), the winner is decided as per the rules.

Winning Rules as follows:

Rock vs paper-> paper wins Rock vs scissor-> Rock wins paper vs scissor-> scissor wins.