所有不同手牌的胜率
人数 | 手牌 | 胜率 | 场牌 |
---|---|---|---|
- | - | - | - |
format: <P> <H1> <H2> <C1> <C2> ... <C5>
*P: player number, H: your hand, C: revealed card
eg1: 6 players, your hand is H6 and C7, the cards revealed are HJ, D8, DT -> enter 6 H6 C7 HJ D8 DT
eg2: 3 players, your hand is D9 and CT, there are no cards revealed yet -> enter 3 D9 CT
*all the elements in a code is optional, but they should always come in order
*a card should be <type><value> eg1: 6 of Club -> C6 eg2: 10 of Diamond -> DT eg3: Ace of Heart -> HA **case does not matter
if you have two cards of the same kind as specified on the y-label of the plot, read your lower card from y-axis and higher card from x-axis
otherwise, read your lower card from x-axis and higher card from y-axis
still working on...