Rock Paper Scissors Play Rock Paper Scissors from your terminal. How to run Prerequisite JDK 21 (OpenJDK Runtime Environment Temurin-21+35 (build 21+35-LTS)) Maven 3.x+ Build $ mvn clean compile package Run java -cp target/rock-paper-scissors-1.0.0.jar com.unloadbrain.games.rockpaperscissors.cli.CliApp Development How to run tests To run the unit tests, execute the following commands mvn clean test-compile test