Poker App, simulating 5 card Poker hands with a single draw, identifies winning hand(s) and increments wins for player
Normal Mode - Players are dealt cards, can make a draw, returns winner and increment wins, can then continue a new hand
Debug Mode - Set debug:true
in gameSettings, same as Normal mode, but user will now see state of the deck, and HandScores for each player
SetHand Mode - set setHand:true
in gameSettings, Deal and draw will no long have an effect, players hands can be statically set in gameSettings debugHands [["as","5c","ad","2h","3c"]]