/RockPaperScissors-Game-master

RockPaperScissors-Game-master

Primary LanguageJava

RockPaperScissors-Game

"Rock, Paper, Scissors" (aka Ro Sham Bo, Janken, or Scissors Paper Stone) is a simple game played around the world with many names and variations. It's a good way to decide who's turn it is to do something, and it's also played competitively. enter image description here

Run

 $ cd coding-task-java-dev
 $ mvn package
 $ java -jar target/RockPaperScissors-with-dependencies

Design

game.run.GameUtils contains utils functions in the application.
game.run.RockPaperScissorsmanagement class to run and start the game.
game.Moveenum contains moves choices .

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Functional Testing

enter image description here

Code Metrics

enter image description here