https://github.com/thatdevopsengineer/rock-paper-scissor-in-java
Hello everyone! This is a great learning mini project to do. It'll really help you to clear the concepts of repetitions, importing random class, selection structure, string methods etc.
https://github.com/thatdevopsengineer/rock-paper-scissor-in-java
game java rock-paper-scissors
Last synced: 8 days ago
JSON representation
Hello everyone! This is a great learning mini project to do. It'll really help you to clear the concepts of repetitions, importing random class, selection structure, string methods etc.
- Host: GitHub
- URL: https://github.com/thatdevopsengineer/rock-paper-scissor-in-java
- Owner: thatdevopsengineer
- Created: 2021-11-25T14:51:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T12:04:48.000Z (over 4 years ago)
- Last Synced: 2026-02-08T14:57:18.675Z (4 months ago)
- Topics: game, java, rock-paper-scissors
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock-Paper-Scissor-In-Java
A great learning mini project to do. It'll really help you to clear the concepts of repetitions, importing random modules, selection structure, string methods etc.
Rules:
The familiar game of Rock, Paper, Scissors is played like this: at the same time, two players display one of three symbols: a rock, paper, or scissors. A rock beats scissors, scissors beat paper by cutting it, and paper beats rock by covering it. ... Whenever one player wins, the other loses.
##