Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 4 months ago
JSON representation

Rock, Paper, Scissors game implementation with additional weapons support.

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.

[![Build Status](https://travis-ci.org/ziyasal/rock-paper-scissors-extended-java.svg?branch=master)](https://travis-ci.org/ziyasal/rock-paper-scissors-extended-java) [![Coveralls](https://coveralls.io/repos/ziyasal/rospock/badge.svg?branch=master&service=github)](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.