hucancode / poker-simulator

Poker simulation and evaluation tool

Home Page:https://poker.lamsaoquenem.day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poker Simulator

Getting started

This tool will help you approximate your winning chance in a Texas Holdem poker game. Kindly set a board, click Compute, and let the computer do the hard work for you. The latest build is live at here

Building locally

I use Svelte Kit to build this. You can build and run the application with

npm run dev

Then open this http://localhost:5173/ in your browser

Backend

Heavy computation is done in rust and compile back to wasm. Detail on the implementation will be explained here

About

Poker simulation and evaluation tool

https://poker.lamsaoquenem.day


Languages

Language:Svelte 66.9%Language:JavaScript 25.0%Language:CSS 5.5%Language:HTML 1.3%Language:Shell 1.2%