Permalink
Please sign in to comment.
Showing
with
22 additions
and 1 deletion.
- +4 −1 .gitignore
- +18 −0 tests/test_data/sgf/0196-00-00.sgf
5
.gitignore
18
tests/test_data/sgf/0196-00-00.sgf
| @@ -0,0 +1,18 @@ | ||
| +(;SZ[19]FF[3] | ||
| +PW[Sun Ce] | ||
| +PB[Lu: Fan] | ||
| +DT[196] | ||
| +PC[Wu Kingdom, China] | ||
| +RU[Old Chinese] | ||
| +RE[? (No further moves known)] | ||
| +GC[This is reputed to be the oldest game on record. It is preserved in the Song Dynasty go | ||
| +manual "Carefree and Innocent Pastime" but there are much earlier references to | ||
| +famous Games of Wu.] | ||
| +US[GoGoD95] | ||
| +AB[pd][dp] | ||
| +AW[dd][pp] | ||
| +;W[cn];B[gq];W[en];B[ci];W[ck];B[cf];W[ce];B[df];W[gc];B[ic];W[iq];B[bo] | ||
| +;W[bn];B[lc];W[qf];B[qk];W[qi];B[qn];W[nc];B[nd];W[qc];B[pc];W[qd];B[qb] | ||
| +;W[rb];B[pb];W[qo];B[pn];W[mq];B[cc];W[dc];B[be];W[bd];B[cd];W[bc];B[de] | ||
| +;W[cb];B[rh];W[qg];B[ri];W[ho];B[eq];W[no] | ||
| +) |
0 comments on commit
dec4177