therewillbecode / poker-maison

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

Add more Lobby tables when existing ones become full. #4

Open therewillbecode opened 5 years ago

therewillbecode commented 5 years ago

The amount of tables in the game lobby should automatically adjust when the existing tables begin to fill up.

A sensible default would be to say that there should be at least two tables with free seats which can be taken.

Feel free to add this logic to the Lobby.hs file.