This site was created as an updated version of https://golem.tasuki.org to include new games.
Monster rating for each player is calculated like this:
for each game in games { if (game.rating > 1500) { // we only count games the player is good at, no penalty for being worse-than-default monster_rating = monster_rating + game.rating - 1500 } }i.e. in human language, the sum of points exceeding 1500 for all games.
Go ratings are numeric. Here are the formulas:
GO_ZERO - 50 + (50 * rank_number)
GO_ZERO + 45 - (50 * rank_number)
GO_ZERO = 2205
rank_number
is simply the decimal number before the rank typeHow the site works (it's mostly intuitive):
Your comments and ideas for improvement are highly appreciated!
Designed by Maurizio de Leo. Coded by DrFriendless. Golem icon by Gan Khoon Lay.