matsluni / Rock-Paper-Scissor

This is a basic implementation of the game [Rock-Paper-Scissor](https://en.wikipedia.org/wiki/Rock-paper-scissors) in Kotlin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock-Paper-Scissor

This is a basic implementation of the game Rock-Paper-Scissor in Kotlin.

Build the code

./gradlew cK

Run the tests

./gradlew kotest

Run the main class

./gradlew run

About

This is a basic implementation of the game [Rock-Paper-Scissor](https://en.wikipedia.org/wiki/Rock-paper-scissors) in Kotlin.


Languages

Language:Kotlin 100.0%