UNPKG

@reis/seki

Version:

Seki – A modern javascript based Go board renderer and player, that is simple to use, extensible, compact and intuitive.

47 lines (43 loc) 784 B
//JGF version export const jgfVersion = '2.0.0' //Top level JGF paths export const jgfPaths = [ 'record.version', 'record.charset', 'record.generator', 'record.transcriber', 'source.name', 'source.url', 'source.copyright', 'game.type', 'game.name', 'game.result', 'game.date', 'game.dates', 'game.opening', 'game.annotator', 'game.description', 'event.name', 'event.location', 'event.round', 'rules.ruleset', 'rules.komi', 'rules.handicap', 'rules.time', 'rules.overtime', 'board.size', 'board.width', 'board.height', 'board.cutOffLeft', 'board.cutOffRight', 'board.cutOffTop', 'board.cutOffBottom', 'players', 'settings', 'meta', ] //Node paths to copy over export const jgfNodePaths = [ 'name', 'comments', ]