a java program to demo how to use the deck of cards API (http://deckofcardsapi.com)
-
a user to draw a card from a single deck. Based on the drawing, the program keeps a running count in a list of the value of the card (ignoring the suit or color).
-
Once the round is over, the user can pull another card from the deck or to reshuffle the deck or to start a new game.
- check out code from git repository
- mvn exec:java -e -Dexec.mainClass="game.Main"