Live data from Hacker News

Wordle for Poker

poklegame.com

21–30 of 76 posts

Re: Wordle for Poker

#21
post #18

Earlier quoted context omitted.

Is this a troll? I immediately get hit with a "You win!" popup telling me I took 6 guesses without even getting to play.

Strange, works for me, and I have played it on three different days now... However it's a project of another HN user that they only mentioned in another thread, so it might still be work in progress.

Thanks for posting this!! :)

Re: Wordle for Poker

#22
It’s fun to guess cards that make hands better or worse, but it’s a bit tedious to make repetitive random guesses for the inconsequential cards.

Re: Wordle for Poker

#23
I wish this had a colorblind mode. Wordle has one.

Why is red/green such a common color palette? One in twelve men is colorblind. (Interestingly the rate is 1 in 200 in women.)

Re: Wordle for Poker

#24
post #18

Earlier quoted context omitted.

Is this a troll? I immediately get hit with a "You win!" popup telling me I took 6 guesses without even getting to play.

Strange, works for me, and I have played it on three different days now... However it's a project of another HN user that they only mentioned in another thread, so it might still be work in progress.

It's ..... based on your IP. But not only is it based on your IP, some IPs are buggy and just automatically "win" with 6 guesses.

Looking at the javascript, the author is obviously very new to web development, so probably a bug on their side.

Edit: yeah, a bug on the backend as I suspected.

Re: Wordle for Poker

#25
post #18

Earlier quoted context omitted.

Strange, works for me, and I have played it on three different days now... However it's a project of another HN user that they only mentioned in another thread, so it might still be work in progress.

It's ..... based on your IP. But not only is it based on your IP, some IPs are buggy and just automatically "win" with 6 guesses. Looking at the javascript, the author is obviously very new to web development, so probably a bug on their side. Edit: yeah, a bug on the backend as I suspected.

Or they didn't want to use cookies for fear of GDPR :) ? But I'm not sure you can get off the GDPR hook by collecting IP addresses instead of setting cookies actually...

Re: Wordle for Poker

#26

I wish this had a colorblind mode. Wordle has one. Why is red/green such a common color palette? One in twelve men is colorblind. (Interestingly the rate is 1 in 200 in women.)

Colour psychology. Red = danger, green = good.

Re: Wordle for Poker

#27
post #22

It’s fun to guess cards that make hands better or worse, but it’s a bit tedious to make repetitive random guesses for the inconsequential cards.

There shouldn't be any (see[1]) and in today's puzzle, there aren't actually any.

BTW, that makes the game less realistic and interesting Poker-wise, IMHO.

[1]: https://news.ycombinator.com/item?id=33770866

Re: Wordle for Poker

#28
post #10

Interesting, but I feel if there is a card on the board that doesn't contribute to any player's result, it's too hard to guess in just five tries. You have 2,3,4...A, which is too many options, even if you manage to get the suit correct. I don't really know how to change the rules to compensate for this, but it feels like these 'unrelated' cards ruin the game in a way.

What you're talking about is a "random kicker" and the rules specifically say there aren't any. Every flop card hits someone's hand, in terms of rank, if not suit. This makes it significantly easier. Got it in 3, could have gotten it in 2 except I had a 50/50 on the suit of the last card and I picked the wrong 50.

Not sure if it’s fair to downvote tcmb for not seeing this — the second rules page was rather well-hidden, I overlooked it as well.

Re: Wordle for Poker

#29
post #25

Earlier quoted context omitted.

It's ..... based on your IP. But not only is it based on your IP, some IPs are buggy and just automatically "win" with 6 guesses. Looking at the javascript, the author is obviously very new to web development, so probably a bug on their side. Edit: yeah, a bug on the backend as I suspected.

Or they didn't want to use cookies for fear of GDPR :) ? But I'm not sure you can get off the GDPR hook by collecting IP addresses instead of setting cookies actually...

You can’t. It’s worse, in fact, because users can’t delete them.

Re: Wordle for Poker

#30
post #29
post #25

Earlier quoted context omitted.

Or they didn't want to use cookies for fear of GDPR :) ? But I'm not sure you can get off the GDPR hook by collecting IP addresses instead of setting cookies actually...

You can’t. It’s worse, in fact, because users can’t delete them.

Yes, that's why I was moving to LocalStorage based model but this created two different sources of truth which was the whole cause of bug. I'll fix all the issues and delete all data in cloud ASAP. :)
Post reply on HN