leet-odds

command module
v0.0.0-...-2c2cac2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2021 License: MIT Imports: 5 Imported by: 0

README

leetodds

Poker engine and odds calculator for wildcard and silly games

We need to define things such as the following:

objects

  • Deck
  • Suit
  • Card (including wildcards)
  • Game (needs to be interface???)
  • Player
  • Table
  • Pot
  • Hand
  • Chip (todo)
  • Muck
  • Board (cards and burn)
  • Round (interface??)

actions

  • Betting round
  • Showdown
  • Action (call, raise, fold, all-in, min raise)
  • Hand ranker (maybe under dealer or showdown?)
  • Bet
  • Emote ( "Dirk!", "I just got completely screwed!") this muy buy-in
  • Exchange chips with fellow players

Variants

  • Hold 'em
    • You have two cards
  • No-peak
    • Players can't see their own hands
  • Stud
    • Some player cards are hidden and some are exposed
  • Chicago
    • High (or low) card of a suit wins half the pot
  • Waterfall
    • Third card on the flop is wild for everyone, turn determines suit of Chicago, and the river determines if it is high or low card (8 means none!)
  • Treasure Chest
    • The cards in the muck are revealed after the game is over. Another showdown is done and the winner gets half the pot.
  • Cincinatti
    • Each player gets three cards
  • Cincinatti Reds
    • Cincinatti but only reds are wild. "Pete Rose" edition allows for side pot on highest red. No reveal on claiming the side pot unless challanged with a side pot match bet.
  • Mice and men
    • Not worth explaining right now
  • Mali
    • Ditto
  • Omaha
    • Each player gets four cards, and they have to play EXACTLY two
  • Hi-low
    • The game is won by the high and low hands (pot is split)
  • Tight
    • Players must use all their cards

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL