ai-code-battle/web/public/data/playlists/best-comebacks.json
jedarden 3ae35ea00a test(web): verify match list page renders cards with real matches
- Verified /watch/replays shows real completed matches (not just demo)
- Match cards display bot names, turn count, winner badges, map ID
- 'Watch Replay' links point to real match IDs (m_test_*)
- Curated playlists render with real data (featured, comebacks, upsets, etc.)
- Pagination/infinite scroll works via IntersectionObserver
- Mobile testing on Pixel 6 via ADB: layout responsive, touch targets usable
- Created MATCH_LIST_TEST_RESULTS.md with full verification details
- Thumbnails not implemented (clean UI without broken images due to R2 issues)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-25 11:42:47 -04:00

24 lines
814 B
JSON

{
"slug": "best-comebacks",
"title": "Best Comebacks",
"description": "Bots that were down but never out — dramatic turnarounds and improbable victories",
"category": "comebacks",
"match_count": 1,
"created_at": "2026-04-21T00:00:00.000Z",
"updated_at": "2026-04-25T10:00:00.000Z",
"matches": [
{
"match_id": "m_test_comeback_v1",
"order": 1,
"title": "GathererBot rallies late to defeat RusherBot",
"curation_tag": "Economic victory through persistence",
"participants": [
{"bot_id": "b_gatherer_001", "name": "GathererBot", "score": 4, "won": true},
{"bot_id": "b_rusher_001", "name": "RusherBot", "score": 3, "won": false}
],
"turns": 398,
"end_reason": "turn_limit",
"completed_at": "2026-04-25T08:30:00Z"
}
]
}