Inspiration

We wanted to build a simple game with java

What it does

It generates random throws for the computer. It chooses from the 5 options. We also choose from the 5 options of Rock, Paper, Scissors, Lizard, Spock. It determines the winner of each round.

How we built it

We used Math.random() to generate random numbers for the computer generate the throws. We used a Scanner to input our throws. We also used counts to determine the winner and round number.

Challenges we ran into

Sometimes "Not an Option" would show up sometimes.

Accomplishments that we're proud of

Made sure "Not an Option" not showed up. We realized our generation of numbers was wrong.

What we learned

Using switch statements to determine the winner.

What's next for Rock Paper Scissors

We want to add a difficulty level, number of players, and computer cheats on some turns.

Built With

Share this project:

Updates