nightisyang / basic-poker

My first coding project. Fully featured Poker game. Vanilla JS, HTML, CSS.
0 stars 0 forks source link

starting new game with existing players #45

Closed nightisyang closed 2 years ago

nightisyang commented 2 years ago

game currently ends prematurely, the only way to play a new game is to start fresh.

implement feature for existing players to replay a new game, while keeping the current player balance intact.

players should be able to continue playing a new game until their balances run out.

dealer's button should move to the left at each new game.