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:
- Human vs Human: wherein both the inputs are provided by a single player.
- 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
Log in or sign up for Devpost to join the conversation.