kramano / wow-rps

Rock Paper Scissors console game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock-Paper-Scissors

This repository contains a text-based rock-paper-scissors game.

Please choose one of: (r)ock, (p)aper, (s)cissors
r
    _______
---'   ____)
      (_____)
      (_____)
      (____)
---.__(___)

>=====VS=====<
    _______
---'   ____)____
          ______)
       __________)
      (____)
---.__(___)
Greetings, you won!

Quick start

Make sure you have Java 8 installed on your system.

  • To run the rps game: gradlew run -q --console=plain or gradlew.bat run -q --console=plain on Windows
  • To run the tests: gradlew test or gradlew.bat test on Windows

About

Rock Paper Scissors console game


Languages

Language:Java 100.0%