Does PGN have any annotations for draw offers? Just adding =
after a move doesn't seem to work everywhere. Among the standard NAGs there is $10
(a drawish or even position) which translates as =
; or I can use a comment. But I am wondering whether there's a specific way of adding a draw offer.
Asked
Active
Viewed 797 times
10

Rewan Demontay
- 17,514
- 4
- 67
- 113

Samurai
- 203
- 1
- 5
2 Answers
3
I think the answer should be, that the format has to include the parentheses. So a draw offer in some PGN notation should look like:
1. e4 e5 (=)
So black is offering a draw after his first move.
See the example game at the end of section C that looks like:
- e4 e5 2. Nf3 Nf6 3. d4 exd4 4. e5 Ne4 5. Qxd4 d5 6. exd6e.p. Nxd6 7. Bg5 Nc6 8. Qe3+3 Be7 9. Nbd2 0-0 10. 0-0-0 Re8 11. Kb1 (=)
PS: Shameless plug: I have just implemented that in my pgn-parser, see #57.

mliebelt
- 497
- 3
- 13
-
Tried to use that notation in lichess (analysis or study), and of course it fails. So yes, there seems to be not so many implementations of that rule of chess. – mliebelt Nov 20 '21 at 22:01
The offer of a draw shall be noted by each player on his scoresheet with a symbol. (=)
and yet it hasn't been implemented in PGN. Thanks! – Samurai Nov 16 '15 at 23:36