Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 735 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 735 Bytes

pokerApp

Poker App, simulating 5 card Poker hands with a single draw, identifies winning hand(s) and increments wins for player

Features:

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"]]

Screenshot