Open Side Menu Go to the Top
Register
Node poker library (http://github.com/ngokevin/pokery) Node poker library (http://github.com/ngokevin/pokery)

07-28-2015 , 08:30 PM
Hey all,

Just started working on an open-source Node poker library for a few days, mainly for use with poker crunchers. Thought it might be good to share, if anyone wants to use or to read the code.

http://github.com/ngokevin/pokery

Primarily intended to use for client-side applications, which is why right now the perf is pretty weak (not using a lookup table for hand evaluations). Only a few days in, so a lot of things to do and a long way to go!
Node poker library (http://github.com/ngokevin/pokery) Quote
07-28-2015 , 09:45 PM
build:error is a bad sign.
Node poker library (http://github.com/ngokevin/pokery) Quote
07-28-2015 , 11:44 PM
Passing again.
Node poker library (http://github.com/ngokevin/pokery) Quote
09-30-2015 , 11:38 PM
Quote:
Originally Posted by FloppyFelty
Hey all,

Just started working on an open-source Node poker library for a few days, mainly for use with poker crunchers. Thought it might be good to share, if anyone wants to use or to read the code.

http://github.com/ngokevin/pokery

Primarily intended to use for client-side applications, which is why right now the perf is pretty weak (not using a lookup table for hand evaluations). Only a few days in, so a lot of things to do and a long way to go!
Hey how exactly do you run this?
Node poker library (http://github.com/ngokevin/pokery) Quote
10-01-2015 , 09:05 AM
Can I ask why you used classes? If you wanted to do that there is literally a gazillion other languages that would have probably been better suited for this project.
Node poker library (http://github.com/ngokevin/pokery) Quote

      
m