Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect seats are sent to the GUI and the game does not continue #214

Open
piggydoughnut opened this issue May 14, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@piggydoughnut
Copy link
Collaborator

Steps

Two player game.
One of the players went all-in.
The other player folded.
After the winner has been established I received the following. Not sure if this is a bug or the game has reached some undefined/unimplemented state 🤷🏽‍♀️

method: "seats"

seats:  [
{
  chips: 10
  ​​​empty: 0
  ​​​name: "player1"
  ​​​playing: 0
  ​​​seat: 0
​​​},
{
  ​​​chips: 0
  ​​​empty: 1
  ​​​name: "player2"
  ​​​playing: 0
  ​​​seat: 1
}]

Logs

cashier1.log
cashier2.log
dealer.log
player1.log
player2.log

Screenshots

Screen Shot 2021-05-14 at 4 57 50 PM

Screen Shot 2021-05-14 at 4 57 59 PM

@piggydoughnut piggydoughnut added the bug Something isn't working label May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant