Set!
A real-time multiplayer implementation of the card game Set.
Links
Set is a card game: twelve cards on the table, and players race to spot three that fit a pattern.
Set! is an open-source implementation of it. A React client renders the table; a Rust server keeps the game state and coordinates players over WebSockets.
It runs in the browser — no install, no account.