Skip to content

Support alternative hand input formats #79

Description

@suokko

There are potentially easier hand input formats to serialize. Supporting multiple formats can help user select the best one for their application.

A potential format would be strings with a suit symbol followed by all ranks in suit:

{"hands": { "S":["DJT863", "CA6432", "S972"], ... }}

64 bit integer bitmask for each hands which maps directly to libdds structure.

{"hands": { "S":32764, ... }} // 13 spades for south: ((1ull << 13) - 1) << 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions