Open
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
Labels
No labels
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" }
}