(edit) Compatibility card game
Oct. 20th, 2008 02:45 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I can't remember the name (edit: thank you Woodpijn) but at alextfish and woodpijn's we played a card game where the point was to select from a deck of cards with pictures on, the ones someone else would choose, corresponding to a certain word, and you score according to how identical the two selections are.
Specifically, there's a deck of cards with words (although you could choose random words in another way) and one is turned up. Each player has an identical deck and chooses 5 cards from it (in fact, 5 varies in a proprietary way as your avatars move along a scoring track).
It's quite fun guessing surprising interpretations or amusing choices of picture -- it's surprising how often people _do_ agree on them -- or any special knowledge of the person matching against.
The rules as given describe either being in a team and trying to match each other more than the opposing team members match each other, or a free-style each taking it in turns to be a designated "judge" each other player must match.
The rules give (iirc) a traditional mastermind-style matching score. Give five (or however many) cards in order and score 3pts for same-card-same-place as the matchee, and 1 pt for same-card-different-place. That works reasonably well. But the question is, what ought the rules to be?
* At first, I thought the idea of a rotating judge was odd, since it seemed just an arbitrary contrivance of the rule system. It still offends my aesthetics that you can't just match against all the other players. But OTOH, if you were omniscient and knew what everyone were going to play, you ought to get a perfect score, and you couldn't if two people were going to play different things and you couldn't match both of them. Is there are compromise?
* The three/one point match is acceptable, but I don't think it quite describes matching. Suppose the word were "black" and I played pictures crow, sloe, fishing boat, night, black dog, and someone else played another card in first place, followed by my four first place cards -- that feels like they matched me except for one datum, but the old scoring system would only give four points. Is there a better algorithm, maybe something that (in a simple way) includes a information theory metric of distance?
Specifically, there's a deck of cards with words (although you could choose random words in another way) and one is turned up. Each player has an identical deck and chooses 5 cards from it (in fact, 5 varies in a proprietary way as your avatars move along a scoring track).
It's quite fun guessing surprising interpretations or amusing choices of picture -- it's surprising how often people _do_ agree on them -- or any special knowledge of the person matching against.
The rules as given describe either being in a team and trying to match each other more than the opposing team members match each other, or a free-style each taking it in turns to be a designated "judge" each other player must match.
The rules give (iirc) a traditional mastermind-style matching score. Give five (or however many) cards in order and score 3pts for same-card-same-place as the matchee, and 1 pt for same-card-different-place. That works reasonably well. But the question is, what ought the rules to be?
* At first, I thought the idea of a rotating judge was odd, since it seemed just an arbitrary contrivance of the rule system. It still offends my aesthetics that you can't just match against all the other players. But OTOH, if you were omniscient and knew what everyone were going to play, you ought to get a perfect score, and you couldn't if two people were going to play different things and you couldn't match both of them. Is there are compromise?
* The three/one point match is acceptable, but I don't think it quite describes matching. Suppose the word were "black" and I played pictures crow, sloe, fishing boat, night, black dog, and someone else played another card in first place, followed by my four first place cards -- that feels like they matched me except for one datum, but the old scoring system would only give four points. Is there a better algorithm, maybe something that (in a simple way) includes a information theory metric of distance?
no subject
Date: 2008-10-20 04:22 pm (UTC)Perhaps I'll stop replying to myself now, and wait to see if anyone else is interested in this subthread at all before I try again :-)
no subject
Date: 2008-10-20 04:36 pm (UTC)My best guess was some metric based on "fewest moves of some sorts", including some sort of simple moves and replacements, but I don't know what would be appropriate if anything.
no subject
Date: 2008-10-20 04:47 pm (UTC)I'd be inclined to arrange that y is proportional to x/(n-1) as n varies, so that no matter what the length of the list you'd score the same fraction of full marks for getting exactly the right list in exactly the wrong order. Then it's just a matter of adjusting the remaining constant factor between x and y, and scaling so that full marks is some sort of nice round number (either a constant or n, as you please).
eta: oh no, I'm wrong again! In fact, my formula above is not quite right, because of the possibility that a single massively misordered element might be more cheaply dealt with as a deletion and insertion than as lots of interchanges to move it to the right place. This only comes into play if the constant factor is such that 2x can ever be less than (n-1)y, but if that's the case then working out the minimum edit distance might get fairly hairy. Perhaps it would be better to treat this as a sanity constraint on the constant factor :-)