hawkthorne / hawkthorne-journey

Digital Estate Planning: The Game
projecthawkthorne.com
1.09k stars 452 forks source link

Blackjack / Poker issues #589

Closed KittleKat798 closed 11 years ago

KittleKat798 commented 11 years ago

1) Blackjack default bet sets to $0 under certain circumstances - I think at game over at the table. So far, I have been able to reproduce if I lose all my money once, go get more from either acorns or hippies, and then return to play again. If I raise the bet it seems to return to normal, and doesn't let me lower it to $0 again. As far as I can tell, nothing brings it back down to 0 after this except losing everything again.

2)Some card back textures seem to be missing, and I get the checkered background over them instead. Maybe they just aren't added yet. I couldn't find any word on this.

Issue 1 has been reproduced on Mac and Windows 32bit. Issue 2 might be a Mac only. I didn't check the Windows.

If there's information I'm missing please let me know. If this is a silly submission let me know that too! Thanks for your time. (Edited because I was linking unrelated issues by accident)

jhoff commented 11 years ago

Thanks for this.

And as a reminder for myself, there is a bug with the menu in poker.

EDIT: specifically, if you have one of the cards selected for discard, you can still press up and down, phantomly changing the menu on the right. Basically, if you're discarding, it shouldn't update or take action on the right hand menu. ( note: the arrow is gone, but you can still select exit )

bucketh3ad commented 11 years ago

Another card game bug:

I was playing poker in the tavern and got a straight, AC,2S,3D,4S,5D

The result said "Six High Straight" for some reason.

Figured this is rather rare, as straights are rare in themselves, let alone ace low, so I don't know if it can be reproduced.

jhoff commented 11 years ago

That shouldn't be too hard to fix actually... in the card deck, ace is used at index 1, but in poker, it's not low card. Whoever wrote poker probably didn't realize that.

jhoff commented 11 years ago

These should be some good bugs for people to pick up. I was originally going to do them, but I'm going to focus on some bigger things at the moment.

NimbusBP1729 commented 11 years ago

ace can be the high or low in a straight. it just can't be used in the middle of one like: KA234

jhoff commented 11 years ago

again, my card game knowledge shining :) Still should be an easy fix. Thanks for the clarification!