First version: Scid ECO -> pgn-extract format / PGN games openings tags

This commit is contained in:
2023-01-17 20:40:21 +01:00
parent ee37d8cb4c
commit 293e1c15d8
42 changed files with 1848 additions and 1105 deletions

View File

@@ -2,7 +2,7 @@
<?php
$contentsString = file_get_contents("pgn-list.json");
$target="br.pgn";
$target="./pgn/br.pgn";
$jsondata = json_decode($contentsString, true);
//print_r($json);