CodeNames icon indicating copy to clipboard operation
CodeNames copied to clipboard

Implement double-sided cards?

Open dkirkby opened this issue 8 years ago • 3 comments

The random board is currently created treating all 400 words as independent. However, the physical game has 200 double-sided cards, which means there are 200 pairs of words that can never appear together. Is it important to reproduce this?

dkirkby avatar Jan 06 '17 16:01 dkirkby

I just checked that some obvious pairs that you might want to avoid are not on the same card, e.g. PUMPKIN + PIE and AIR + FORCE. This suggests that the words assigned to each card are essentially random.

dkirkby avatar Jan 06 '17 16:01 dkirkby

I'm not convinced this is necessary...

manurFR avatar Jan 07 '17 18:01 manurFR

I agree - it would be necessary to exactly reproduce the physical game, but does not seem to be important for the game play.

dkirkby avatar Jan 07 '17 21:01 dkirkby