Skip to content

rushtong/gpoker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groovy Poker

Assumptions

  • A single 52 card deck will be in use
  • No wild cards
  • Aces are treated as high cards only

Requirements

Install gradle (i.e. brew install gradle or something specific to your platform)

Run wrapper:

gradle wrapper

Running

  • Runs with a default set of hands and finds the highest.
  • Finds the best of 7 cards from a predefined hand.
  • Finds the best of 7 random cards from a shuffled deck.
gradle run

Testing

Light on the tests. Beginnings are in place, need to expand.

gradle clean test

Releases

No releases published

Packages

No packages published

Languages