MCPcopy Create free account
hub / github.com/dds-bridge/dds / ExtCard

Class ExtCard

library/src/api/dds.h:158–163  ·  view source on GitHub ↗

* @brief Extended card representation with sequence information. * * Like Card but includes sequence information for tracking * equivalent cards during move generation. */

Source from the content-addressed store, hash-verified

156 * equivalent cards during move generation.
157 */
158struct ExtCard
159{
160 int suit; ///< Suit of the card (0-3: spades, hearts, diamonds, clubs)
161 int rank; ///< Rank of the card (2-14: 2 through Ace)
162 int sequence; ///< Sequence identifier for equivalent cards
163};
164
165/**
166 * @brief Absolute rank with holding hand.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected