Skip to content

etiennecrb/poker-hud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published