Texas Hold'em

Probability

A NPC Model that Duplicate Stats (Part 2)

This is the second installment in a series examining specific algorithms for NPC models that replicate stats in poker. This time, we will consider post-flop strategies.
Probability

A NPC Model that Duplicate Stats (Part 1)

This series will explore specific algorithms for a NPC model that replicate stats in poker. The goal is to implement these algorithms in a multi-part series, ultimately creating an "Exotic Poker" application.
Probability

About the All-in or Fold Game

I've ported the All-in or Fold game to my poker app, "Exotic Poker," so I'll give an overview of how to play it.
Probability

Position Rotation in Poker Tournaments

It seems there are special procedures for position rotations in poker tournaments (S&G, MTT), so I will outline these procedures.
Probability

Designing NPC Algorithms in Fast Fold

In this article, we consider how to design an NPC algorithm for a Texas Hold'em game with Fast Fold. In particular, we show the range of cases in which an NPC should Fast Fold.
Probability

Short Deck Hold’em – Continued –

I have added some missing information about the rules of Short Deck Hold'em from an article I wrote previously.
Essay

Social Game Structure

This article examines the revenue structure of social games and proposes a hypothesis that a similar structure exists for the revenue structure of poker in casinos.
Probability

HUD in Poker

In this article, we will discuss the HUD (Head-Up Display) in poker, the data displayed, and how to implement it.
Probability

Designing a Poker Game Using Fast Fold

Following on from my previous post, I will consider the game design of Ring Game, which incorporates Fast Fold.
Probability

Fast Fold in Poker

This article examines Fast Fold, a game format unique to online poker.