About this tile
A 3D-rendered take on Durak, the classic Russian shedding card game. Same two-player rules as the regular Durak app, but the table, cards, and trump are rendered in three.js instead of flat HTML.
What you can do
- Play Durak against another player with the standard attack / defend / take / pass flow.
- See the table in 3D — cards land on a rendered playing surface, with the trump card tucked under the deck.
- Attack by selecting a card from your hand and dropping it onto the table.
- Defend by beating each attack with a higher card of the same suit or any trump.
- Take cards or pass the round when the round resolves; roles swap and the table is discarded.
Built on Synced-Store
Game state shape is identical to the 2D durak app: public game row, per-player private hands (privateOfUser), and a server-only deck. The 3D rendering is purely a presentation layer over the same synced-store schema, so any UI work here applies to a regular Durak game underneath.