Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bugthesystem/rock-paper-scissors-extended-java
- Owner: bugthesystem
- License: mit
- Created: 2015-12-06T21:06:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T15:46:27.000Z (about 6 years ago)
- Last Synced: 2024-04-28T08:41:46.871Z (9 months ago)
- Topics: assertj, challenge, java, junit, mockito, rock-paper-scissors, tdd
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 7
- Watchers: 3
- Forks: 5
- 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.
[![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.