Skip to content

soris2000/rock-paper-scissors-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple implementation of Rock Paper Scissors game

Run on Terminal

google-chrome index.html

Screenshot

Screenshot

Rules

Despite its underlying complexity, the game’s rules are straightforward. Players deliver hand signals representing rock, paper, or scissors, with the outcome determined by these three rules:

  • Rock wins against scissors.
  • Scissors win against paper.
  • Paper wins against rock.

Author

👤 soris2000