texasholdem
stable
  • Getting Started
  • Game Information
  • Agents
  • Cards
  • GUIs
  • Hand Evaluator
  • API Reference
    • game
    • agents
    • card
    • evaluator
    • gui
    • util
  • Changelog
texasholdem
  • API Reference
  • Edit on GitHub

API Reference

All references here are implicitly prefixed with texasholdem

  • game
    • game.action_type
      • ActionType
    • game.game
      • GameState
      • Player
      • Pot
      • TexasHoldEm
    • game.hand_phase
      • HandPhase
    • game.history
      • BettingRoundHistory
      • FILE_EXTENSION
      • History
      • HistoryImportError
      • PlayerAction
      • PrehandHistory
      • SettleHistory
    • game.move
      • MoveIterator
    • game.player_state
      • PlayerState
  • agents
    • agents.basic
      • call_agent()
      • random_agent()
  • card
    • card.card
      • Card
      • card_list_to_pretty_str()
      • card_strings_to_int()
      • prime_product_from_hand()
      • prime_product_from_rankbits()
    • card.deck
      • Deck
  • evaluator
    • evaluator.evaluator
      • evaluate()
      • get_five_card_rank_percentage()
      • get_rank_class()
      • rank_to_string()
    • evaluator.lookup_table
      • LOOKUP_TABLE
      • LookupTable
  • gui
    • gui.abstract_gui module
      • AbstractGUI
    • gui.text_gui module
      • TextGUI
  • util
    • util.functions
      • check_raise()
      • handle()
      • preflight()
      • raise_if()
Previous Next

© Copyright 2022, Evyn Machi. Revision 84aaee07.

Built with Sphinx using a theme provided by Read the Docs.