etiennecrb / poker-hud

Simple HUD for Winamax poker tournaments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: this project became Furax Poker HUD

poker-hud

A simple HUD for Winamax Poker software.

The app create a database which store all hands available in the selected hand history folder. When a file changes inside the hand history directory, the app parses it, computes some statistics and displays a widget per player around the table.

Screenshot

HUD

Main metrics

The widget shows the player's name, the number of hands for this player and from left to right:

  • Voluntary put money in the pot
  • PreFlop Raise
  • Agression Factor

Alternative metrics

Click on the statistics to show alternative metrics:

  • Percentage of continuation bet
  • Percentage of fold on continuation bet

These metrics are followed by the total number of opportunity to do so.

Setup and run

# install dependencies
npm install
# run
npm run start

Build for all platforms

npm run build

About

Simple HUD for Winamax poker tournaments.


Languages

Language:TypeScript 89.3%Language:HTML 5.3%Language:JavaScript 3.9%Language:CSS 1.5%