Show HN: Classic Video Poker
181–190 of 223 posts
Re: Show HN: Classic Video Poker
#182Very, very nice. A "play-again" button/screen would be a nice addition, as reloading the page to play again takes some time.
Re: Show HN: Classic Video Poker
#183I feel the same. I've worked with Unity for quite some time (though gladly don't anymore), but always had trouble trying to learn Unreal. Recently I tried godot and I found it quite easy to get started! I love the game. Had a lot of fun playing for some time. but just one question, shouldn't pair of A be considered "higher than jacks"? Because it looks like it's not: https://imgur.com/a/ov2UP1D
Re: Show HN: Classic Video Poker
#184Ended on a hand of: K J A A Q and did not receive the Jacks or Better $1 payout. According to a brief search about the rules of video poker, a pair of aces is considered better than a pair of jacks.
Re: Show HN: Classic Video Poker
#185There are alternatives to Godot, in particular I'll mention ZimJS https://zimjs.com/about.html#features Like you, I recently created an online casino game, Cheat at Blackjack https://play.cheatatbj.com/ and used ZimJS for all of the animation. I considered Godot but found it simpler to do everything in client-side JS. Zim's web site is definitely a bit "out there" but the animation features are quite good and it allo…
Checked the console, not sure if this caused the error, but here's an error trace: https://imgur.com/g75OXgJ
Re: Show HN: Classic Video Poker
#186The visuals are perfect, looks very much like a CRT...nicely done. I think I found a bug though...pair of Aces doesn't pay as "Jacks or Better": https://imgur.com/a/78B3oPV
Aces are the low card in the game. You are not the first person to say this! I need to look at the math again to make them high cards... However in my opinion (at risk of getting everyones ire) - I think the ace is the "1" card.
Re: Show HN: Classic Video Poker
#187Very cool! Interested in the dealing logic, is it 'fair' or does it mimic real machines and do payout percentages?
Re: Show HN: Classic Video Poker
#188The visuals are perfect, looks very much like a CRT...nicely done. I think I found a bug though...pair of Aces doesn't pay as "Jacks or Better": https://imgur.com/a/78B3oPV
Aces are the low card in the game. You are not the first person to say this! I need to look at the math again to make them high cards... However in my opinion (at risk of getting everyones ire) - I think the ace is the "1" card.
Re: Show HN: Classic Video Poker
#189This is fun, but the game doesn't seem to accept that a pair of aces is a winning result. Aces specifically, other face cards work as intended.
Aces are low :-)
it's not the intuitive way people expect the game to work, I thought it was a bug too when I found it
Re: Show HN: Classic Video Poker
#190Ended on a hand of: K J A A Q and did not receive the Jacks or Better $1 payout. According to a brief search about the rules of video poker, a pair of aces is considered better than a pair of jacks.
Aces are low in this game - it's deliberate. But given the constant feedback maybe I should just make them high ;-)
Aces _can_ be low in the case of an A-1-2-3-4 straight, but they can almost always be high as well, and almost always beat K.
Having aces always be low/never be high is super uncommon (it may not even exist in Poker, but I can't say for certain).