Giter Club home page Giter Club logo

poker-java's Introduction

poker-java

Simple poker game library implementation

It is a simple 5-card hands comparator based on basic rules described by https://en.wikipedia.org/wiki/List_of_poker_hands

Features:

  • Supports decks that contains wildcard - Allowing Five of a Kind hand evaluation.
  • Includes a Deck reset method to start a new game.
  • Unit tests based on the Wiki page - all examples.
  • Main.class contains a sample usage scenario.

Project Structure

The project is bases on Java 11 and uses Maven as a dependency management tool.

Maven Goals

Maven goals could be executed using your local installation or via wrapper (preferred)

Package (build)

Maven Surefire plugin triggers the unit tests and generates Jacoco reports upon completion

./mvnw package

Sonar (Quality & Code Analysis)

Sonar plugin submits source code and Jacoco reports to a Sonar server (localhost:9000)

./mvnw sonar:sonar

Libraries

This project uses the following libraries:

  • Lombok
  • Log4J2
  • Slf4J
  • JUnit
  • Mockito
  • Spock

poker-java's People

Contributors

dependabot[bot] avatar rstirling avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.