CS106A final project - Rock, Paper, Scissors vs Computer

by Lorik I

Description

Decided to go for something simple (no images). I created a rock, paper scissors game vs the computer. It uses the import random command to assign integers to rock, paper and scissors which the computer plays at random. The player is prompted to enter their move, and the game tallies up the scores until either the player or computer reaches 5 wins - at which point the game announces a winner.