zkCohort / zk_texas_holdem

GNU General Public License v3.0
3 stars 1 forks source link

As a user, I would like to check my hand for any wining cards in parent (call child) #7

Open NataliaSlobodianiuk opened 1 year ago

NataliaSlobodianiuk commented 1 year ago

Return all players ranks publicly:

HIGH_CARD = 1 PAIR = 2 TWO_PAIR = 3 THREE_OF_A_KIND = 4 STRAIGHT = 5 FLUSH = 6 FULL_HOUSE = 7 FOUR_OF_A_KIND = 8 STRAIGHT_FLUSH = 9 ROYAL_FLUSH = 10

arosboro commented 1 year ago

@NataliaSlobodianiuk please git check -b game-logic or whatever you named your branch. Submit a PR, and keep your progress visible. Main had the working code merged last night.