Skip to content

sg6724/Rock-paper-scissor-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a console-based implementation of the classic "Rock, Paper, Scissors" game in Java. The game is played between the user and the computer. The user selects one of the three choices (Rock, Paper, or Scissors), and the computer randomly selects one as well. The winner is determined based on the well-known rules of the game:

  1. Rock beats Scissors
  2. Scissors beats Paper
  3. Paper beats Rock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages