durak 1.0.0

tui card game 'durak'(fool) built with ratatui.
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 !!

  1. Please report any issues.
  2. 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.
  3. 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.