{{ error }}
New league
No teams in the catalog — seed the database (
Need an even number of teams ≥ 4.
make seed) to load the team pool.
No league selected. Click Create league to start.
League table
| Pos | Team | Pl | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| {{ r.rank }} | {{ r.team }} | {{ r.played }} | {{ r.won }} | {{ r.drawn }} | {{ r.lost }} | {{ r.goalsFor }} | {{ r.goalsAgainst }} | {{ signed(r.goalDifference) }} | {{ r.points }} |
Week {{ league.currentWeek }} results
{{ teamName(m.homeTeamId) }}
{{ m.homeGoals }} - {{ m.awayGoals }}
vs
{{ teamName(m.awayTeamId) }}
Predictions of championship
Champion: {{ prediction.champion }}
{{ p.team }}{{ p.championshipChance.toFixed(1) }}%
avg position {{ p.averageFinalPosition.toFixed(2) }} · most likely {{ p.mostLikelyFinalPosition }}
Fixtures
Click Edit on a played match to correct its score; standings and predictions recompute automatically.
Week {{ w.week }}
{{ teamName(m.homeTeamId) }}
-
{{ m.homeGoals }} - {{ m.awayGoals }}
vs
{{ teamName(m.awayTeamId) }}
No edits yet.
{{ a.oldHomeGoals }}-{{ a.oldAwayGoals }} → {{ a.newHomeGoals }}-{{ a.newAwayGoals }}
· {{ a.reason }} · {{ a.changedAt }}
No snapshots yet — play a week.
Week {{ snap.week }} · captured {{ snap.capturedAt }}
| Pos | Team | Pl | W | D | L | GD | Pts |
|---|---|---|---|---|---|---|---|
| {{ r.rank }} | {{ r.team }} | {{ r.played }} | {{ r.won }} | {{ r.drawn }} | {{ r.lost }} | {{ signed(r.goalDifference) }} | {{ r.points }} |
Team catalog
The fixed pool of teams you pick from when creating a league. Editing a rating affects future simulation only — already recorded results never change.
| Team | Attack | Midfield | Defense | |||||
|---|---|---|---|---|---|---|---|---|
| {{ t.name }} | {{ t.attack }} | {{ t.midfield }} | {{ t.defense }} |