Skip to content

Fix blackjack errors deducting money #522

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

Closed
hyperneutrino opened this issue May 17, 2024 · 0 comments · Fixed by #537
Closed

Fix blackjack errors deducting money #522

hyperneutrino opened this issue May 17, 2024 · 0 comments · Fixed by #537
Assignees
Labels
enhancement Improvements on existing work good first issue Good for newcomers

Comments

@hyperneutrino
Copy link
Contributor

Right now, if any error happens when the user tries interacting with the blackjack prompt, it gets treated as a timeout and quits, deducting the user's coins as though they surrendered. The game should abort if an unexpected error happens and business logic should not be placed in the try block of the auto-surrender catch.

@hyperneutrino hyperneutrino added good first issue Good for newcomers enhancement Improvements on existing work labels May 17, 2024
@JasonH53 JasonH53 self-assigned this Sep 18, 2024
@JasonH53 JasonH53 linked a pull request Sep 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements on existing work good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants