bupticybee / TexasSolver

🚀 A very efficient Texas Holdem GTO solver :spades::hearts::clubs::diamonds:
https://bupticybee.github.io/texassolver_page
GNU Affero General Public License v3.0
1.69k stars 301 forks source link

preflop range format in console version #71

Open ant0hin opened 2 years ago

ant0hin commented 2 years ago

Hello. Thanks for a great job. But there is one moment that is very important to me. Now in the console version only this format is supported for entering the preflop range: QTs:1,55:1,98s:1 I need the program to also support this format of the preflop range: QhJh:0.14,QhTh:0.37,QsJs:0.02,QsTs:0.08,Tc9c:0.83,Td9d:0.82,TdTc:0.4,Th9h:0.91,ThTc:0.3 I think it's not difficult to add. And I will be very grateful. Thank you in advance.

bupticybee commented 2 years ago

Hello. Thanks for a great job. But there is one moment that is very important to me. Now in the console version only this format is supported for entering the preflop range: QTs:1,55:1,98s:1 I need the program to also support this format of the preflop range: QhJh:0.14,QhTh:0.37,QsJs:0.02,QsTs:0.08,Tc9c:0.83,Td9d:0.82,TdTc:0.4,Th9h:0.91,ThTc:0.3 I think it's not difficult to add. And I will be very grateful. Thank you in advance.

Well, you are correct it's not very difficult to add. Actually it's an opensourced project, so you are more than welcome to add it yourself.

On the other hand, if enough people ask for this feature, I would eventually add it.

mk2301 commented 2 years ago

+1

This range format would be very interesting for me too. I would love to contribute, but unfortunately, I have no clue about C++ and not the resources atm.