A real-time poker behavior analysis app: during a live session it tracks VPIP (Voluntarily Put $ In Pot) and uses event-driven behavior analysis to detect tilt patterns. If behavior does not self-correct, it escalates to Cooldown mode. It also provides session and lifetime statistics to help you understand your playing style.
This page summarizes the MVP architecture and implementation. For tilt subsystem details, see
TILT_DETECTION.md in the repository.