Rock-Paper-Scissors Game
This is a sample Java SE 15 application to play Rock-Paper-Scissors game.
How to compile
- Clone this repository
- Make sure you are using Java SE 15 and Gradle 6.7 or later
- You can build the project by executing
gradle build
- This will generate a JAR file.
How to run
- Execute:
gradle build
- Navigate to the
build/libs
folder - Run the JAR:
java -jar rps-1.0-SNAPSHOT.jar