Rules are described on Wikipedia.
go build . && ./durak
bash scripts/release.sh
[x] Basic structs and client-server interactions
[x] Pile of cards, shuffle, deal
[x] Lobby: creating a room, joining a room, leaving a room
[x] Lobby: creating a game, joining a game, leaving a game, starting a game
[x] Basic visualizing of cards on client-side
[x] Game process and rules
[x] I18n
[x] Observing started games, joining by an url
[x] Simple AI
[ ] Advanced visualizing of cards on client-side: animations, drag'n'drops
[x] Full structured log of games
[ ] AI based on saved games
The MIT License