in prog
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# after each phase, given game, evaluate if end
|
||||
# after each player op, given game, evaluate if end
|
||||
end:
|
||||
- op: playerCount
|
||||
operand: 1
|
||||
@@ -12,10 +12,6 @@ phases:
|
||||
operand: 5
|
||||
- op: bet
|
||||
- op: end
|
||||
# always return an number type (or zero if not qualified) w/ high card
|
||||
# ie
|
||||
# two pair and a card
|
||||
# king, king, 4, 4, 3 => 1000 * (13) + 10 * (4) + 3 = 1343
|
||||
# TODO: inverted ranking, I think negative is enough
|
||||
hands:
|
||||
- royalFlush
|
||||
@@ -29,5 +25,8 @@ hands:
|
||||
- pair
|
||||
- highCard
|
||||
deck:
|
||||
exclude:
|
||||
aceLow: false
|
||||
withoutValue:
|
||||
- joker
|
||||
withoutSuit:
|
||||
- heart
|
||||
|
||||
Reference in New Issue
Block a user