I thought that was just superficial… that the rating system would treat it as a draw but it would display as B+0, but actually it seems that draws aren’t implemented even in rated games (New Zealand rules) as per Jigo / tie / draw is not recognized by OGS · Issue #657 · online-go/online-go.com · GitHub
Recent example
https://online-go.com/game/30286104
From the api and the game before it for https://online-go.com/player/742504
with termination api ratings v5.
ended | game_id | played_black | handicap | rating | deviation | volatility | opponent_id | opponent_rating | opponent_deviation | outcome | extra | annulled | result |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1611135704 | 30286104 | 1 | 0 | 1841.90 | 61.55 | 0.060019 | 746359 | 1805.88 | 64.09 | 1 | null | 0 | 0 points |
1610527607 | 30064526 | 1 | 0 | 1832.00 | 61.62 | 0.060020 | 745737 | 1740.02 | 61.93 | 1 | null | 0 | Resignation |
while for the opponent
ended | game_id | played_black | handicap | rating | deviation | volatility | opponent_id | opponent_rating | opponent_deviation | outcome | extra | annulled | result |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1611135704 | 30286104 | 0 | 0 | 1795.20 | 63.87 | 0.059958 | 742504 | 1832.00 | 61.62 | 0 | null | 0 | 0 points |
1608713795 | 29418232 | 0 | 0 | 1805.88 | 64.09 | 0.059958 | 899832 | 1692.64 | 105.40 | 0 | null | 0 | 19.5 points |
So the higher rated player (Black) won points (1832.00->1841.90) and the lower rated lost points (1805.88 ->1795.20), while the game is recorded as a win (1) for Black and a loss (0) for white.
I don’t know why I thought it was only a display issue…
Bug since 2017 or before?