Pawn Patrol

Enter a Chess.com username to view their stats

{{ usernamesToNames[username] || username }} ×

{{ type.charAt(0).toUpperCase() + type.slice(1) }}

Rank Player Rating Best Rating W/L/D
🥇 🥈 🥉 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ {{ player.displayName }} {{ player.rating }} {{ player.bestRating || '-' }} {{ player.gamesWon }}/{{ player.gamesLost }}/{{ player.gamesDraw }}

Tactics

Rank Player Highest Rating
🥇 🥈 🥉 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ {{ player.displayName }} {{ player.bestRating }}

Puzzle Rush

Rank Player Best Score Total Attempts
🥇 🥈 🥉 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ {{ player.displayName }} {{ player.score }} {{ player.attempts }}
🤔

No games found!

No one played chess during the selected time period: {{ activePeriod | capitalize }}

💡 Tip: Try selecting a different time period or check if you've entered the correct Chess.com usernames.

{{ usernamesToNames[result.username] || result.username }} 💩 🍀 ☘️ 👑

Type Games Won Lost Draw Time Rating Avg Acc
{{ details.played }} {{ details.won }} {{ percentage(details.won, details.played)}}% {{ details.lost }} {{ percentage(details.lost, details.played)}}% {{ details.draw }} {{ percentage(details.draw, details.played)}}% {{ formatDuration(details.duration) }} {{ details.ratingBefore }}
{{ details.rating }}
{{ details.averageAccuracy ? details.averageAccuracy.toFixed(1) + '%' : '-' }}
Total {{ totalStats[result.username].played}} {{ totalStats[result.username].won}} {{percentage(totalStats[result.username].won,totalStats[result.username].played) }}% {{ totalStats[result.username].lost}} {{percentage(totalStats[result.username].lost,totalStats[result.username].played) }}% {{ totalStats[result.username].draw}} {{percentage(totalStats[result.username].draw,totalStats[result.username].played) }}% {{formatDuration(totalStats[result.username].duration)}} {{totalStats[result.username].averageAccuracy ? totalStats[result.username].averageAccuracy.toFixed(1) + '%' : '-'}}