Viewing Statistics
To view your game statistics:- Click the Stats button in the main menu
- A modal window opens displaying your complete statistics
- Click the × button to close the statistics modal
Statistics are stored locally on your Kindle using localStorage, so they persist across sessions and game restarts.
Tracked Metrics
KWordle tracks several key performance metrics:Core Statistics
Played
Total number of games you’ve completed (won or lost).
Win %
Your win percentage, calculated as:
(Games Won ÷ Games Played) × 100Rounded to the nearest whole number.Current Streak
Number of consecutive games you’ve won without losing.Resets to 0 when you lose a game.
Max Streak
Your longest winning streak ever achieved.This record is never reset, even if your current streak ends.
Guess Distribution
The guess distribution chart shows how many attempts it typically takes you to win:- Won 5 games on the 1st attempt
- Won 12 games on the 2nd attempt
- Won 18 games on the 3rd attempt (most common)
- Won 9 games on the 4th attempt
- Won 4 games on the 5th attempt
- Won 2 games on the 6th attempt
How Statistics Are Updated
When You Win
When you successfully guess the word:- Games Played increases by 1
- Games Won increases by 1
- Current Streak increases by 1
- Guess Distribution for that attempt number increases by 1
- If Current Streak > Max Streak, Max Streak is updated
When You Lose
When you use all 6 attempts without guessing:- Games Played increases by 1
- Current Streak resets to 0
- No change to Games Won or Guess Distribution
- Max Streak remains unchanged
Data Storage
KWordle uses your Kindle’s localStorage to save statistics:Storage Format
guessDistribution array has 6 elements:
- Index 0: Games won on attempt 1
- Index 1: Games won on attempt 2
- Index 2: Games won on attempt 3
- Index 3: Games won on attempt 4
- Index 4: Games won on attempt 5
- Index 5: Games won on attempt 6
Persistence
Are statistics saved when I close the game?
Are statistics saved when I close the game?
Yes! Statistics are automatically saved to localStorage after each completed game. They persist even if you:
- Close the KWordle booklet
- Restart your Kindle
- Update to a new version of KWordle
Do statistics sync across devices?
Do statistics sync across devices?
No, statistics are stored locally on each individual Kindle device. If you play on multiple Kindles, each will have separate statistics.
Can I reset my statistics?
Can I reset my statistics?
There is no built-in reset button. Statistics would only reset if:
- You clear your Kindle’s browser data/cache
- You delete the localStorage data manually
- You reinstall KWordle to a different location
Are statistics language-specific?
Are statistics language-specific?
No, statistics track all games combined across all languages. Your performance in English, French, German, etc. all contribute to the same statistics.
Statistics Display
The statistics modal shows:Header Section
Displays the four core metrics in a grid layout:- Games Played
- Win Percentage
- Current Streak
- Max Streak
Distribution Chart
A visual bar chart showing your guess distribution:- Each row represents one attempt number (1-6)
- Bar width is proportional to the number of wins
- The number at the end of each bar shows the exact count
- Bars are scaled relative to your most common winning attempt
Bars have a minimum width of 7% to ensure visibility even for attempts with very few wins.
Interpreting Your Stats
Excellent Performance
- Win % above 90%
- Most wins on attempts 2-3
- Current streak of 10+ games
Good Performance
- Win % above 75%
- Most wins on attempts 3-4
- Consistent winning streaks of 5+ games
Room for Improvement
- Win % below 60%
- Most wins on attempts 5-6
- Difficulty maintaining streaks