使用方法:
# Entry into the proj dir
$ cd [PROJ_DIR]
# gcc the id2pgn.c(can frame's id convert to pgn) or pgn2id.c(pgn convert to can frame's id)
$ gcc [C_FILE] -o [OUTPUT_FILE_NAME]
#run the code
$ ./[OUTPUT_FILE_NAME]
Github仓库:https://github.
巫妖DB
此代码以标准PGN格式导出巫妖游戏数据库。
文件位于。
用它们去做伟大的事情。 请分享结果!
用法
# export Jan 2016 Standard games to lichess_db_2016-01.pgn
sbt "run 2016-01"
# export Jan 2016 Standard games to custom_file.pgn
sbt "run 2016-01 custom_file.pgn"
# export Jan 2016 Atomic game
gn
用于golang的pgn解析器。 这是版本v1。
正常去安装... go get gopkg.in/freeeve/pgn.v1
测试说明
go get gopkg.in/check.v1
go get ./...
go test
最小可行片段
package main
import (
"fmt"
"log"
"os"
"gopkg.in/freeeve/pgn.v1"
)
func main () {
f , err := os . Open ( "polgar.pgn"