Inspiration

As a beginner to python, I wanted to start with a basic game, and what's better than the classic rock paper scissors?

What it does

This game allows the user to pick whether they want to choose rock(r), paper(p), or scissors(s) on the console. After they pick their choice, they will see the computer's choice printed out as well, which was randomly selected from the three options. To determine who won the round, multiple if loops were written to check each case and determine whether rock, paper, or scissors won. The user has to win two rounds in a row to win the whole game.

How I built it

I built this game using Repl's python.

Challenges I ran into

The biggest challenge I ran into was trying to determine how the user won the whole game(winning two rounds in a row).

Accomplishments that I'm proud of

I am proud that I was able to figure out how to decide if the user won the whole game.

What I learned

I learned the importance given to indentations in python and more about the use of for loops and if/elif/else statements.

What's next for Rock Paper Scissors

I will try working on the UI aspect for this game and be able to display something on the console.

Built With

Share this project:

Updates