This is a super straight forward and simple Blackjack API in Java designed for use as a single player game (one player versus a dealer). I tried to be mindful of the various environments to make it as simple and less complicated as possible.
Here are a few examples of initializing new games for different development circumstances.
FIXME