poker-engine icon indicating copy to clipboard operation
poker-engine copied to clipboard

Results 5 poker-engine issues
Sort by recently updated
recently updated
newest added

## 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"`,...

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...