kokopu
Version:
A JavaScript/TypeScript library implementing the chess game rules and providing tools to read/write the standard chess file formats.
27 lines (26 loc) • 677 B
JSON
{
"event": "Game with long & short comments and variations 3.",
"mainVariation": [
{
"notation": "e4",
"comment": "I'm a long comment with an empty sub-variation sibling.",
"isLongComment": true,
"variations": [
[]
]
},
"e5",
{
"notation": "Nf3",
"variations": [
{
"isLongVariation": true,
"comment": "I'm a long variation followed by an empty variation.",
"nodes": [ "Nc3" ]
},
[]
]
},
"Nc6"
]
}