ai-code-battle/web/public/data/leaderboard.json
jedarden e6a52810c5 feat(web): verify bot profile pages render per-bot JSON correctly
- All 6 strategy bot profiles (HunterBot, SwarmBot, GathererBot, GuardianBot, RusherBot, RandomBot) now have complete JSON files
- Bot profile pages display: name, owner, rating, rating deviation, matches played, win rate
- Match history section shows recent matches with 'Watch Replay' links
- Per-bot stats match leaderboard.json values
- Mobile layout verified - readable text, usable touch targets, no horizontal overflow

Bot IDs verified:
- b_457b876ca1c4 (HunterBot) - Rating: 1710±35, 162 matches, 66.7% win rate
- b_62beeb03c196 (SwarmBot) - Rating: 1680±38, 156 matches, 62.8% win rate
- b_2fa5681bf0ff (GathererBot) - Rating: 1640±42, 148 matches, 60.1% win rate
- b_f3af8d6177eb (GuardianBot) - Rating: 1590±40, 155 matches, 56.8% win rate
- b_ae1845729bbf (RusherBot) - Rating: 1520±45, 142 matches, 54.9% win rate
- b_656f050a7ed3 (RandomBot) - Rating: 1200±50, 180 matches, 25.0% win rate
2026-04-25 10:37:49 -04:00

77 lines
1.7 KiB
JSON

{
"updated_at": "2024-01-18T16:00:00Z",
"entries": [
{
"rank": 1,
"bot_id": "b_457b876ca1c4",
"name": "HunterBot",
"owner_id": "system",
"rating": 1710,
"rating_deviation": 35.0,
"matches_played": 162,
"matches_won": 108,
"win_rate": 66.7,
"health_status": "healthy"
},
{
"rank": 2,
"bot_id": "b_62beeb03c196",
"name": "SwarmBot",
"owner_id": "system",
"rating": 1680,
"rating_deviation": 38.0,
"matches_played": 156,
"matches_won": 98,
"win_rate": 62.8,
"health_status": "healthy"
},
{
"rank": 3,
"bot_id": "b_2fa5681bf0ff",
"name": "GathererBot",
"owner_id": "system",
"rating": 1640,
"rating_deviation": 42.0,
"matches_played": 148,
"matches_won": 89,
"win_rate": 60.1,
"health_status": "healthy"
},
{
"rank": 4,
"bot_id": "b_f3af8d6177eb",
"name": "GuardianBot",
"owner_id": "system",
"rating": 1590,
"rating_deviation": 40.0,
"matches_played": 155,
"matches_won": 88,
"win_rate": 56.8,
"health_status": "healthy"
},
{
"rank": 5,
"bot_id": "b_ae1845729bbf",
"name": "RusherBot",
"owner_id": "system",
"rating": 1520,
"rating_deviation": 45.0,
"matches_played": 142,
"matches_won": 78,
"win_rate": 54.9,
"health_status": "healthy"
},
{
"rank": 6,
"bot_id": "b_656f050a7ed3",
"name": "RandomBot",
"owner_id": "system",
"rating": 1200,
"rating_deviation": 50.0,
"matches_played": 180,
"matches_won": 45,
"win_rate": 25.0,
"health_status": "healthy"
}
]
}