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!
Make sure you have Java 8 installed on your system.
- To run the rps game:
gradlew run -q --console=plain
orgradlew.bat run -q --console=plain
on Windows - To run the tests:
gradlew test
orgradlew.bat test
on Windows