This commit is contained in:
Maciej Caderek
2022-01-17 04:54:19 +01:00
parent 7052c74171
commit 9482b11319
16 changed files with 140 additions and 86 deletions

View File

@@ -78,6 +78,10 @@ class Game {
return this.replay.board();
}
getHeader() {
return this.replay.header();
}
pgn() {
return this.game.pgn();
}