nightisyang / basic-poker

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

Player prompted to start bet even though it isn't their turn #53

Closed nightisyang closed 2 years ago

nightisyang commented 2 years ago

see #52

only occurs at the first bet pre-flop after small and big blinds are placed. Likely related to how prompts are used and are hard coded/function called in game sequence. resolve #42 first.

nightisyang commented 2 years ago

61c457c fixes this issue.

resolved by #42 closing issue