Oddbean new post about | logout
 Yeah that probably works too 😁 
 So there's this card game called Spot It. There are 55 cards each with 8 symbols on it. Typically the game is played where a target card is flipped up and players try to match the next card from their hand to the target card.

The interesting thing about Spot It is that every card shares exactly 1 matching symbol with every other card in the deck. This is due to a combinatronic trick.

The number of cards and symbols C are calculated like so:

C = q² + q + 1

And the number of symbols per card S is

S = q + 1

So, for any value of q you can figure out a set of symbols and cards that operate the same as Spot It.

Now, the thing that caught my attention while playing Spot It is how when I commit to playing a card, it completely changes the strategy everyone else must use, because now they must match their card to my card rather than the target card. Each card that is played totally resets the symbol matching process.

There are no turns. When someone plays a card, it creates a checkpoint in time that alters the game state and completely changes each player's strategy.

I have been interested in how to establish a chronology of events in a trustless way without a blockchain. I am curious if this symbol matching mechanism could be abtracted to a cryptographic operation where each commitment by a party changes the requirements for the next commitment. If the commitment is linked to an event or action, it could establish a definitive ordering of events even when no trusted clock is available.

There may be better ways to do this already, such as collaborative hash chains, but I still think the idea is worth exploring.

Another interesting aspect of this combinatronic trick is that you can visualize the set of cards and symbols with lines and points respectively. You can draw the points and connect them with lines such that each point has exactly S lines and any two lines may only share 1 point. It gets really difficult after q=2 but I did it for q=3 😅 
 You should study how Cashu works. I think there's something with keysets there  
 Cashu still requires a central coordinator, doesn't it? I think iota tried to do it without blocks or a central coordinator. They called it a "tangle" or something. I didn't look closely, but it didn't survive.

I think the network would become fragmented if it didn't have a rule like "longest sequence becomes source of truth" and then it all just boils down to PoW bring a requirement. 
 Isn’t that sort of what mining below difficulty on top of latest block is? I must must be missing something. 
 It could be but it doesn't necessarily have to be 
 Not seeing how it could be fundamentally different 🤷‍♂️ 
 I love how you connected a game for kids to advanced cryptography. I used to play something similar with my daughters, but never thought of anything like this. 😉 
With the version I used (Dobble) you can play multiple different games, not just the one you describe.
https://m.primal.net/LZzn.png   
 Yep Dobble is the original European version of Spot It!