Skip to content

Releases: hucancode/poker-simulator

v0.4

19 Jun 23:51
8396e74

Choose a tag to compare

  • Cache computation result over multiple task
  • Less text, more compact UI

v0.3

01 May 04:57

Choose a tag to compare

We got faster game solver backend

  • New rust based game solver are at least 5 times faster than javascript version
  • Can simulate all possible outcomes at Flop (~1M possibilities) in ~16s, in many case it's just ~2s
  • Cleaner UX, removed confusing range query

v0.2

30 Jan 06:21

Choose a tag to compare

v0.2 Pre-release
Pre-release

In this release, we have:

  • Hand range picker, hand range notation
  • Better UX
  • Tests

v0.1

26 Jan 01:05

Choose a tag to compare

v0.1 Pre-release
Pre-release

In this release, we have

  • Fast enough hand evaluation algorithm (~1000 hands/second). Acceptable in my current standard.
  • Card picker UI
  • Result visualization