As a: player
I want to: be able to split my cards when there is a pair
So that I can: utilize the game rule of blackjack.
AC 1:
If a player has a pair of fives, the player can click on 'split', and play both hands cards
AC 2:
If a player has a seven and a five, the 'split' button is gray out. and not click able.
This request is a bit more complex, since we are still running on 1 hand per player. It should not be included in v1.002 since it is considered an advanced option and does not display basic functionality of the game, which is what v1.002 is about. Switching milestone to v1.003 to implement.