durak-1.0.0 is not a library.
durak
built with Rust and ratatui.
Screenshots
Game Rules
Durak is a card game played with 2-6 players using a 36-card deck (cards 6 through Ace). Wikipedia
Objective
Get rid of all your cards. The last player with cards is the "durak" (fool).
Note !!
- Please report any issues.
- I have made two other CLI durak games: React/Ink/TS BubbleTea/Go . Both of which I found a lot faster iterations to develop and more fun.
- The Ai Strategy is specifically defined for this game. For the TS and Go versions I opted to use a Monte Carlo Tree Search - I've found this version more enjoyable to play against though.