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

Video Poker doesn't always recognize cards. #568

Open
jeffclay opened this issue Feb 23, 2024 · 1 comment
Open

Video Poker doesn't always recognize cards. #568

jeffclay opened this issue Feb 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jeffclay
Copy link

Describe the bug.

The Video Poker game does not always recognize cards in a winning hand. For example, on first deal, you are dealt a pair, you then select the pair to keep and get replacement cards. The game shows that you kept the desired pair from first hand however, the game says that you lost the hand despite having a pair. Also, if you select to keep a card and in the next hand you get a matching card that would make a pair, the game will say that you lost the hand despite having a pair.

This is intermittent, I haven't noticed a way to consistently reproduce the working or broken state.

Reproduction

Scenario 1:

Steps:

  1. Open game Video Poker
  2. Play game.
  3. Choose a pair on first hand by pressing ok to keep the cards.
  4. Press the down-button to discard and get new hand.

Result:

You often lose the hand despite having a pair.

Scenario 2:

Steps:

  1. Open game Video Poker
  2. Play game.
  3. Choose a single card on first hand by pressing ok to keep the card.
  4. Press the down-button to discard and get new hand.
  5. You are dealt a card of the same face value as the card you kept.

Result:

You often lose the hand despite having a pair.

Target

No response

Logs

No response

Anything else?

No response

@jeffclay jeffclay added the bug Something isn't working label Feb 23, 2024
@jeffclay
Copy link
Author

video of issue:
Screencast_20240223_112326-1.webm

0:13 -> kept 10 and was dealt another 10 but lost hand.
0:24 -> kept 9 and was dealt another 9 but lost hand.
0:32 -> kept A and Q, and was dealt another A but lost hand.
0:40 -> kept 5 and 5, and lost hand.

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