Challenges
Challenge other athletes for the ground they hold
{{ challenge.status === 'active' ? 'IN PROGRESS' : challenge.status === 'pending' ? 'PENDING' : challenge.status === 'declined' ? 'DECLINED' : challenge.winner_id === currentUserId ? 'WON' : 'LOST' }}
{{ wl.timeAgo(challenge.created_at) }}
{{ challenge.challengerName.charAt(0) }}
{{ challenge.challenger_id === currentUserId ? 'You' : challenge.challengerName }}
Challenger
VS
{{ challenge.challenged_id === currentUserId ? 'You' : challenge.challengedName }}
Defender
{{ challenge.challengedName.charAt(0) }}
Territory:
{{ challenge.territoryName }}
{{ (challenge.areaAtStake / 1000).toFixed(1) + ' km²' }}
Waiting for {{ challenge.challengedName }} to respond…
No challenges yet
Pick a territory someone else holds and challenge them for it.
Challenge a rival
You'll challenge whoever currently holds it. The territory's area is what's at stake.
{{ createError }}
No rival territories to challenge right now. They're all yours, or the map is still loading.
Open the map