poker-has:评估扑克Hold'em手

时间:2024-06-01 06:45:29
【文件属性】:

文件名称:poker-has:评估扑克Hold'em手

文件大小:264KB

文件格式:ZIP

更新时间:2024-06-01 06:45:29

JavaScript

@ botpoker /手 您可以通过npm安装 : npm i @botpoker/hand --save 关于@ botpoker / hand @ botpoker / hand只做一件事:它试图猜测给定扑克组合的强度。 它仅导出一种方法: const whatIs = require ( "@botpoker/hand" ) ; whatIs函数期望由五张卡组成的数组调用。 card是具有属性rank和type的对象,就像所使用的对象一样。 whatIs ( [ { rank : "6" , type : "H" } , { rank : "7" , type : "D" } , { rank : "9" , type : "S" } , { rank : "8" , type : "C" } , { rank : "5" , type : "C" }


【文件预览】:
poker-has-master
----.gitignore(48B)
----README.md(1KB)
----CHANGELOG.md(732B)
----tests()
--------pair.js(2KB)
--------utils()
--------full.js(2KB)
--------double-pair.js(2KB)
--------flush.js(1KB)
--------poker.js(963B)
--------royal-straight-flush.js(717B)
--------straight-flush.js(1KB)
--------straight.js(1KB)
--------high-card.js(2KB)
--------three-of-a-kind.js(1KB)
----poker-combinations.png(157KB)
----LICENSE(1KB)
----package.json(790B)
----index.js(54B)
----.editorconfig(215B)
----lib()
--------utils()
--------domain()
--------combinations()
--------has.js(3KB)
----.eslintrc.json(25B)
----package-lock.json(403KB)

网友评论