https://github.com/zsoltk/chesso/blob/main/app/src/main/java/com/github/zsoltk/chesso/model/game/converter/PgnConverter.kt#L27 In PGN `K` refers to a king. In the promotion part it should be changed from `K` to `N`, which represents a kNight 馃檪
https://github.com/zsoltk/chesso/blob/main/app/src/main/java/com/github/zsoltk/chesso/model/game/converter/PgnConverter.kt#L27
In PGN
Krefers to a king.In the promotion part it should be changed from
KtoN, which represents a kNight 馃檪