Skip to content

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

License

Notifications You must be signed in to change notification settings

mmahmoodictbd/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages