A basic rock paper scissors game can be created by just following a top down design in one main block or function, but to make it more modular is better practice. We are going to do the hard way for more practice.
Assignments:
Create a function that asks a player for their choice
Create a funcion that creates a random choice for the computer
Create a function that takes the computer and player choices and determines who the winner is.
Tie the 3 other assignments together to create a full Rock, Paper, Scissors game.