Crate libcoinche [] [src]

Models a game of coinche (a french card game).

See coinched for an example of usage.

Reexports

pub use self::game::GameState;
pub use self::bid::{AuctionState, Auction};

Modules

bid

Auctions and bidding during the first phase of the game.

cards

This module represents a basic, rule-agnostic 32-cards system.

game

Module for the card game, after auctions are complete.

points

Manage score and scores

pos

Player position in the table

trick

This module implements a trick in a game of coinchet vec

Functions

deal_hands

Deals cards to 4 players randomly.