Rock, Paper, Scissors!

If you want to learn how to do interactive games using Python, then this is great start for you.

In this code, You will learn how to do the quick game Rock, Paper, Scissors using Python.

The outcomes of this code should be like this:

  1. The first thing it should say is: Rock, Paper, Scissors?

  2. Then if you lose it should say ‘Welp. You lost’

  3. If you win it should say ‘Woohoo you win’ or ‘AYY! you won’

  4. If you play the same move it should say ‘Haha! You played the same move.’

  5. And if you don’t put either of those inputs it should say ‘Are you sure you entered that…’

GitHub

View Github