Inspiration

I'm really new to Java so decided to implement it in a simple game like Rock-Paper-Scissors.

What it does

The game consists of two modes along with an option to exit:

  1. Human vs Human: wherein both the inputs are provided by a single player.
  2. Human vs Computer: wherein one of the inputs is provided by the computer.

The game also maintains a scoreboard to keep track of who's leading after each game.

How I built it

I built it using simple Java.

Accomplishments that I'm proud of

The game executed successfully

What I learned

I learned to implement logic using Java

Built With

Share this project:

Updates