#card-game #card #playing #object #rank #suit #french-suited

french-suited-playing-cards

Implementation of objects commonly used in games using french-suited playing cards

4 releases (2 breaking)

0.3.0 Jul 13, 2022
0.2.0 Jul 13, 2022
0.1.1 Jul 6, 2022
0.1.0 Jul 6, 2022

#3 in #suit

MIT license

20KB
454 lines

french-suited-playing-cards

Rust crate for implementation of objects commonly used in games using french-suited playing cards.


lib.rs:

Crate for implementation of objects commonly used in card games.

Implements the Card-enum which has two possible values: A standard card with a Rank and a Suit or a joker card with a Color.

This is in turn used to implement the deck-struct. Functionality for more deck-types is a work in progress, but currently supports Standard, Piquet and Jass decks

Dependencies

~315KB