Poker Bot Features (Beta Build)

What the poker bot does today: solver-derived preflop and postflop play, multi-tabling, session limits, logging, manual takeover, and gaps.

This page lists what the current beta build actually does. Planned features are marked as such.

Decision engine

Preflop play follows precomputed ranges by position, stack depth and action, derived from solver output and simplified for speed. Postflop decisions use a mix of lookup tables for common spots and a lightweight real-time evaluation for the rest. The strategy is a GTO approximation with a few deliberate deviations against typical low-stakes population tendencies.

Table reading

The bot reads the table from the screen: card recognition, stack and pot sizes, dealer button, action buttons. It works through an Android emulator for club apps and through a windowed client for supported desktop rooms. Each room needs one calibration profile, which we ship with the build.

Session control

  • Stakes, number of tables, maximum session length and stop-loss are set before play.
  • A hotkey pauses the bot; another hands a single hand over to you and resumes afterwards.
  • Randomised timing on actions within a configurable range.
  • Automatic sit-out when the table drops below a chosen number of players.

Logging

Every decision is written to a local log with the game state the bot saw and the action it took. Hand histories are exported in a text format that common tracking tools can import. Nothing leaves your machine unless you send it.

Not yet built

Tournament play, Omaha, heads-up displays inside the bot window, and automatic table selection are on the roadmap but not in the beta. We would rather ship a narrow tool that works than a wide one that does not.

· 2 min read

How the Poker Bot Works

The bot's pipeline in plain terms: screen capture, table recognition, decision lookup and evaluation, humanised action timing, local logging.

· 1 min read

Supported Rooms and Club Apps

Which rooms and club apps the bot supports in beta: PPPoker, PokerBros, ClubGG, Upoker, X-Poker via emulator, and the status of larger rooms.

· 2 min read

Requirements: OS, Emulator, Hardware

What you need to run the poker bot beta: Windows or macOS, a supported Android emulator, modest CPU and RAM, and a stable connection.