https://github.com/bugthesystem/rock-paper-scissors-extended-java
Rock, Paper, Scissors game implementation with additional weapons support.
https://github.com/bugthesystem/rock-paper-scissors-extended-java
assertj challenge java junit mockito rock-paper-scissors tdd
Last synced: 5 months ago
JSON representation
Rock, Paper, Scissors game implementation with additional weapons support.
- Host: GitHub
- URL: https://github.com/bugthesystem/rock-paper-scissors-extended-java
- Owner: bugthesystem
- License: mit
- Created: 2015-12-06T21:06:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T15:46:27.000Z (over 6 years ago)
- Last Synced: 2025-02-05T13:49:49.529Z (5 months ago)
- Topics: assertj, challenge, java, junit, mockito, rock-paper-scissors, tdd
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rock, Paper, Scissors
================================`Rock`, `Paper`, `Scissors` game implementation with additional weapons support.
>Rock-paper-scissors is a zero sum hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand.
[](https://travis-ci.org/ziyasal/rock-paper-scissors-extended-java) [](https://coveralls.io/github/ziyasal/rospock?branch=master)
##Tools
[JUnit](http://junit.org/)
>JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.[Mockito](http://mockito.org/)
> Tasty mocking framework for unit tests in Java[AssertJ](http://joel-costigliola.github.io/assertj/)
>Fluent assertions for java[Cobertura](http://cobertura.github.io/cobertura/)
>A code coverage utility for Java.