wpnotsupported {wildpoker} | R Documentation |
Poker Games not supported by the wildpoker package
Description
This data set shows games not supported and brief indications of the enhancements required to add them. Anything involving modeling human behavior (drawing, discarding, bidding, passing) will be much more difficult to add in future than purely rules based variants (like extra hands dealt, win conditions, etc)
Usage
wpnotsupported
Format
A data frame with rownames describing the game and 2 variables:
rowname = name of the game (ngame parameter, eg, "Pineapple")
[,1] | Issue | chr | Brief description of the issue type |
[,2] | Notes | chr | Brief rules notes touching on game differences |
Issue codes, in rough order of difficulty to add to existing logic
-
strip = Need to discard cards from deck before dealing
-
wild logic = additional wildcard logic required
-
graphs = change scale of grouping logic for graphs
-
win = Nonstandard Win conditions
-
fold logic = Fold player hands under some conditions
-
card steal = steal the best visible card from another player
-
card bid = choose visible vs no card or blind card logic
-
discards = introduce discard-only logic
-
Draw Round = introduce discard and draw logic
-
card pass = choose card to pass rather than discard
Source
This data set assembled manually based on poker rules
References
poker.com has an excellent reference on game variants which was the primary source for games rules not encountered in my own play.