Skip to content

Implement opening tables for chess #29

Open
@oggy22

Description

Try to make implementation generic so it can be easily implemented for other games.

The main idea is to create a tree of moves like:

{ "e4", { "e5" }
"d4", { "d5" }
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions