Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 443 Bytes

Poker

Features

The app is able to detect every single poker hand and display them decently good (except the royal straight flush). To decide a winner, it not only covers which hand types are better but also a lot of cases of equality. The input is pretty permissive, it handles a lot of things the user could try to enter.

Usage

Start the app:

./gradlew run --console=plain

Run the tests:

./gradlew test