Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

The main script provides API to access the SGF files:

constsgf=require('sgf-problems');for(constdirofsgf.dirs)for(constsgfofdir.problems)console.log(sgf.path+': '+sgf);

The SGF can be parsed:

constsgf=require('sgf-problems');consttsumego=require('tsumego.js');// 1.xfor(constdirofsgf.dirs){for(constsgfofdir.problems){constboard=newtsumego.Board(sgf+'');console.log(sgf.path);console.log(board+'');}}

About

Annotated SGF files with tsumego problems

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages