Skip to content

Commit

Permalink
Added another sample game to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dechristopher committed Feb 20, 2021
1 parent 00180c5 commit 1e6b86b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ is what that would look like on the board:
OFEN is a derivation of FEN to support the features of Octad. Read more
[here](doc/OFEN.md).

### Sample Game
### Sample Games

```pgn
1.O-O a3
Expand All @@ -83,4 +83,15 @@ OFEN is a derivation of FEN to support the features of Octad. Read more
12.Kxb2 1/2-1/2
Drawn by Insufficient Material
```

```pgn
1.c2 b3
2.Kb2 O-O-O
3.cxb3 cxb3
4.d2 Nc2
5.d3 Nxa1
6.d4=Q# 1-0
White wins by Checkmate
```

0 comments on commit 1e6b86b

Please sign in to comment.