mdp / JsPoker

Texas Hold'em as played by bots written in JS
191 stars 83 forks source link

Poker Engine #19

Closed shtefcs closed 9 years ago

shtefcs commented 9 years ago

Hi there,

Can this code be used as poker engine for real human multiplayer game ? I know this is made for bots, but I wonder is poker logic is there ?

My idea is to add GUI and let real people play.

Stefan

mdp commented 9 years ago

Yep, it's basically just the engine with some bot logic laid on top. It's async, so it's not really a problem to extract out the player bot code to just accept input from a real person. Let me know if you run into any problems.

shtefcs commented 9 years ago

Tnx for replay. Are u interested to freelance on this project ?