evolutionsoftswiss / pokernow-handhistory-converter

Java program to convert pokernow.club logs to Pokerstars handhistories for Usage in known Poker Statistic programs.
13 stars 5 forks source link

Hmmm... not sure if these are issues. #6

Closed Deckhole closed 2 years ago

Deckhole commented 2 years ago

I am new to Github, and do not know how to leave general comments and questions. I do a bit of Java programming and would love to contribute to this project (PokerNowConverter).

I also have some initial questions: 1) Does running-it-twice work? 2) Live Straddles work?

How can I contribute to the code? I would like to add a feature that interrogates the file enough to know that the blinds are increasing and thus designates that the game is a tournament instead of a cash game for PokerTracker and HoldemManager.

Thanks! Mark

evolutionsoftswiss commented 2 years ago

Hello Mark

Thanks for your interest in pokernow converter.

  1. Running-it-twice should principally work regarding the pot splits, the second run board potentially doesn't show up in Poker Tracker or Hold'em Manager
  2. Live straddles should work as additional blinds

As you've recognized, the current implementation only supports cash games and no tournaments. I will give you access to repository for a future pull request containing the tournament extensions.

evolutionsoftswiss commented 2 years ago

Close this Issue. Issues may be currently the only way to comment.

Discussions are not activated yet.