therewillbecode / poker-maison

🂺 A Multiplayer Poker App Crafted with Haskell and React
308 stars 34 forks source link

Add support for side pots #2

Open therewillbecode opened 5 years ago

therewillbecode commented 5 years ago

The core of the poker game logic lives in Game.hs.

At the moment only single pots are supported.

What we need is side pots.

For an explanation of how they work check this out.