This package can be used to implement a Poker game engine.
It has a class that can deal and shuffle a deck of cards.
There is another class that can evaluate a deck of cards to check if it matches a Poker sequence.
In case the deck matches a Poker sequence it returns the name of the sequence and the number of points it is worth in the Poker game. |