maltemuth / poker-hands

A library of functions for handling 5-card / holdem poker games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poker-hands

A library of functions for handling texas hold-em poker games and more.

Why?

This is a coding work-out, practicing writing library code instead of applications.

See also

Inspired and tested against the online calculator ProPokerTools and the CLI poker-odds. If you want to calculate hand equity, both tools are strictly better than this one.

Usage

@TODO

About

A library of functions for handling 5-card / holdem poker games

License:MIT License


Languages

Language:TypeScript 92.7%Language:JavaScript 7.3%