{% extends "base.html" %} {% block content %}
Find game ratings for our games here!
Game | Leader | Leader rating | Total games |
---|---|---|---|
{{ game.game_name }} |
{% if game.ratings|length > 0 %}
{% if image_url %}
|
{% if game.ratings|length > 0 %}{{ game.ratings[0][2]|int }}{% endif %} | {{ game.count }} |
Position | Name | Average placement |
---|---|---|
{{ loop.index }} |
{% if image_url %}
|
{% set percent = 100 - rating * 100 %}
{% if percent >= 30 %} {{ percent | int }}% {% endif %} |
100% = first in all games, 0% = last in all games.
The global chart includes only players with at least three games played and it only counts placements in games where the player has played at least three matches.
The average is weighted, meaning that a game where the player has played many matches will count more towards the average than a match where the player only played a few matches.