/RockPaperScissors

'Rock Paper Scissors' game written in Java

Primary LanguageJava

RockPaperScissors

'Rock Paper Scissors' game written in Java

Build Status

Explanation

  1. Ten games/rounds are played.
  2. Each round result is displayed on the console.
  3. Three possible modes of play:
  • Fair: Both players choose randomly.
  • Unfair: One player chooses randomly. Other one always chooses Rock.
  • Remote: One player is remote and has to be reached through an HTTP call. Both players choose randomly.
  1. Two possible output destinations for final results:
  • Console: Output goes to the console.
  • File: Output goes to file results.txt.