Inspiration

I wanted to make a fun game.

What it does

This game requires two users. It asks the users if they want to play a game of rock, paper, scissors. Then it asks player 1 to choose rock, paper, or scissors. Then it asks player 2 to choose rock, paper, or scissors. Then it tells the users who won the game.

How we built it

I used Java.

Challenges we ran into

It was my first time using Java in a while. So I had to remember some things such as: how to print something, how to make something lowercase, how to ask the user for input, and how to make the code repeat until the user told the game that they didn't want to play anymore. I also ran into the challenge of how to make scissors > paper, rock > scissors, paper > rock, scissors = scissors, etc.. I also had to remember how to check if Strings are equal.

Accomplishments that we're proud of

I proud that I was able to use Java to create something, even though it was challenging to figure out how to make the code repeat (starting a new game each time) until the user said that they didn't want to play anymore.

What we learned

I learned how to make a game that will repeat (starting a new game each time) until the user says that they don't want to play anymore.

What's next for Rock, Paper, Scissors

Next I would like to add more options for playing, like the option to play against a computer. For this, I would have to create a randomized selection of either rock, paper, or scissors each game.

Built With

Share this project:

Updates