/Rock-paper-scissors

:fist: :hand: :v:

Primary LanguageJavaISC LicenseISC

Rock–paper–scissors

✊ ✋ ✌️

Watch two computer opponents play rock–paper–scissors in the console.

You can choose the players' strategies and the number of rounds to play.

Instructions

You'll need the JDK 10 and an up-to-date Maven installation.

  • Download the source code and unpack it on your machine.
  • Open a command-line interpreter and cd in the project folder.
  • Enter mvn package to build the executable archive.
  • Enter java -jar target/rock-paper-scissors.jar to run the game.