poker-engine
poker-engine copied to clipboard
## Sumamry This package relies on `tsc` as part of it's `build` command in [package.json](https://github.com/chevtek/poker-engine/blob/73eb07a7f36a2f3287900dba3d27f007b8162d42/package.json#L11). However, `typescript` is a part of [`devDependencies`](https://github.com/chevtek/poker-engine/blob/73eb07a7f36a2f3287900dba3d27f007b8162d42/package.json#L35), which means it is not pulled in when...
## Sumamry This package relies on `tsc` as part of it's `build` command in [package.json](https://github.com/chevtek/poker-engine/blob/73eb07a7f36a2f3287900dba3d27f007b8162d42/package.json#L11). When this package is added to another project that has a dependency on `"typescript": "^4.4.2"`,...
See issue #8
I found an error where when everyone folds, the pot goes to the highest hand even if the player has folded. The pot should go to the one person who...
If you try to place a bet after your opponent has placed a all in, the app will crash