Inspiration
Scenario games with different outcomes and how each outcome is triggered based on user option
What it does
CPU randomly selects a choice and is compared to the users choice. Numbers 1 to 3 represent rock paper and scissors
How we built it
Using randint to have the computer choose a random option, I included input statements for the player to enter their choice.
Challenges we ran into
There were too many else statements at first that I didn't know how to include at the same time, which led to my rediscovery of elif statements
Log in or sign up for Devpost to join the conversation.