{% extends "base.html" %} {% block title %}About - Pickleball ELO Tracker{% endblock %} {% block content %}

โ„น๏ธ About the Rating System

{% include "components/nav.html" %}

๐ŸŽฏ ELO Basics

This system uses ELO rating, a proven method for measuring competitive skill. Everyone starts at 1500.

Unlike traditional win/loss records, ELO captures:

๐Ÿ“Š Unified Rating

One rating covers all match types (singles and doubles). This is more realistic:

Your "ELO Rating" represents your expected performance in ANY match type. A 1700-rated player will usually beat a 1500-rated player, whether playing singles or doubles.

๐Ÿงฎ How Points Change

The core formula is simple:

Rating Change = 32 ร— (Actual Performance - Expected Performance)

Where:

Example:

๐Ÿ‘ฅ Doubles Scoring

In doubles, we calculate your effective opponent rating:

Effective Opponent = (Opp1 + Opp2 - Teammate) รท 2

This accounts for teammate strength:

Why? Winning with a weaker partner takes more individual skill. Winning with a stronger partner is easier. The system recognizes this.

โœจ Why This System?

๐Ÿš€ Get Started

Ready to join? Add yourself as a player, then record your first match. Your journey begins at 1500! ๐Ÿ“

{% endblock %}