About this tile
Two-player online Durak — the classic Russian shedding card game. Attack with cards, defend by beating them with a higher rank of the same suit or any trump, and don't be the last one holding cards.
What you can do
- Join a lobby and start a two-player match. The deck is dealt deterministically from a seed roll so games are reproducible.
- Attack by playing a card from your hand to the table.
- Defend by beating each attack with a higher card of the same suit or any trump card.
- Take cards when you can't (or don't want to) defend — you pick up everything on the table.
- Pass the round as the attacker to discard the table and swap roles.
- See the trump and the deck count at the top of the screen, and your opponent's hand size at all times.
Built on Synced-Store
Public game state (table, trump, attacker/defender, deck count) lives in a shared table. Each player's hand is stored in their own private scope (privateOfUser) so opponents can't read it, and the undealt deck is kept in a server-only scope so neither player can peek at the draw pile.