Objective: Create a Rock-Paper-Scissors game that automatically plays at least 100 repetitions and at the end print out the results
Kotlin on JVM with gradle as build tool; includes JUnit5 and Detekt
Running with defaults
./gradlew
Running with more repetitions
./gradlew --args="200"
Running alternate version
./gradlew --args="spock 123"