STO FIXANDO LUNGA VITA A RE DURAK!!! :3
Go to file
marble 73c66acd09 Did some little adjustments and started to work on the turns. 2024-04-26 18:30:26 +02:00
src Did some little adjustments and started to work on the turns. 2024-04-26 18:30:26 +02:00
Cargo.lock Did some little adjustments and started to work on the turns. 2024-04-26 18:30:26 +02:00
Cargo.toml Did some little adjustments and started to work on the turns. 2024-04-26 18:30:26 +02:00
README.md players order gets shuffled to generate players rotation 2024-04-23 02:31:25 +02:00

README.md

What's Durak?

Durak is a simple and fun card game.

From Wikipedia: "Durak is a traditional Russian card gamethat is popular in many post-Soviet states. It is Russia's most popular card game, having displaced Preferans. It has since become known in other parts of the world. The objective of the game is to shed all one's cards when there are no more cards left in the deck. At the end of the game, the last player with cards in their hand is the durak or 'fool'.

What's this?

Currently trying to make it in Rust, it's my first coding project ever and I'm bad at everything math/logic/problem-solving related.

Getting distracted and being confused are my mantras so it will probably never be finished.

TODO

  • deck creation
  • player's hand creation
  • player's creation
    • removing card from deck when players are generated
  • game logic - random first-player draft
    • players order gets shuffled to generate players rotation
    • turn logic
  • everything else