Introduction to Wagtail | Coders of Colour
Rock Paper Scissors in Python
Using everything we have just learnt, we will be coding a rock, paper scissors game in Python.
- How do you think we store the options that the user/computer will pick?
- What will we use to handle the logic of the game?
- How will be choose the computer's option?