←back to thread

298 points oktcho | 1 comments | | HN request time: 0.294s | source
Show context
ZoomZoomZoom ◴[] No.43104905[source]
The most obvious issues with this is that the game boils down to predicting passenger patterns, but you're still just comparing two RNGs, which is one of the worst kinds of games. I also don't think this can be called Poker, really. Poker is an imperfect information game, where your hand tells you some information about your opponents' hands.

It would be interesting to read HN's ideas on how you can simulate the shared information part of the game in such a scenario.

replies(9): >>43105132 #>>43105338 #>>43106366 #>>43107133 #>>43107463 #>>43109196 #>>43110448 #>>43112239 #>>43112563 #
antasvara ◴[] No.43107463[source]
In the style of Texas Hold'em, both players could secretly choose two seats each and write them down. Then, you'd collectively choose 5 seats to be the shared "cards."

This next suggestion would stretch the "poker" definition somewhat, but I think it retains the same characteristics (imperfect information, shared "cards").

You start from a shared list of attributes (coat color, presence of a hat, etc.) and designate a row of seats. Each person gets one attribute secretly. You wager after each stop following poker conventions.

Only downside to this is that unlike poker, your hand can get worse after a stop.

replies(1): >>43108847 #
johannes1234321 ◴[] No.43108847[source]
This misses the information your secret hand gives you about the other player's chances. In poker if I got an Ace in my hand the chance of the opponent having an ace lowers.

If I got somebody wearing a black coat, this has no impact on the chance of my opponent having a black coated passenger.

replies(2): >>43111375 #>>43111397 #
1. Retric ◴[] No.43111397[source]
Discard any hands where you pick the same seats, at the end.

You can also play actual poker like this. Each player writes down random numbers 0-51 in predefined order. You reveal some of those numbers to the other player who adds their own number mod 52 to get their private hand. You all slowly reveal both numbers for shared cards. If one of your cards matches the shared card you have to start over, same deal if at the end multiple players end up with the same cards.

It’s a slow process, but when the goal is wasting time and you don’t have cards it’s a poor substitute.