mmahmoodictbd / rock-paper-scissors

Play Rock Paper Scissors and Rock Paper Scissors Lizard Spock from your terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock Paper Scissors

Play Rock Paper Scissors from your terminal.

CLI app screenshot

LICENSE

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

About

Play Rock Paper Scissors and Rock Paper Scissors Lizard Spock from your terminal.

License:MIT License


Languages

Language:Java 100.0%