Go to file
2022-10-10 15:08:26 -04:00
.idea Functional game 2022-10-10 10:06:44 -04:00
gradle/wrapper Functional game 2022-10-10 10:06:44 -04:00
src/main/java/tech/nevets/rockpaperscissors Functional game 2022-10-10 10:06:44 -04:00
.gitattributes Functional game 2022-10-10 10:06:44 -04:00
.gitignore Functional game 2022-10-10 10:06:44 -04:00
build.gradle Functional game 2022-10-10 10:06:44 -04:00
gradlew Functional game 2022-10-10 10:06:44 -04:00
gradlew.bat Functional game 2022-10-10 10:06:44 -04:00
README.md Add a useful readme :) 2022-10-10 15:08:26 -04:00
settings.gradle Functional game 2022-10-10 10:06:44 -04:00

RockPaperScissors

Simple to user Rock Paper Scissors game.

Commands

  • 'rock' or 'r'
  • 'paper' or 'p'
  • 'scissors' or 's'
  • 'quit' or 'q'

It even keeps a score, +1 point for a win, -1 for a loss and no change for a tie. This resets on app close