Supported Kindle Devices
KWordle is designed to work on Kindle e-readers with WebKit-based browsers. The game supports both legacy and modern Kindle devices with different builds optimized for each.Modern Kindle Devices
For Kindle devices running firmware newer than 5.6.1.1, use the standardkwordle.zip build. These devices support:
- Full chromebar integration with system menu
- Enhanced UI features including custom app controls
- Optimized mesquite launcher integration
- Reload functionality via system menu
- Native chromebar with KWordle branding
- System menu integration (More button)
- App reload via system menu
- Full keyboard input support
- Touch screen keyboard
- localStorage for statistics tracking
Legacy Kindle Devices
Legacy devices have limited support for:- Chromebar functionality (not available)
- System menu integration (not available)
- Basic game functionality (fully supported)
- Core Wordle gameplay
- On-screen keyboard
- Physical keyboard input
- localStorage for statistics
- All language support
Both builds provide the same core gameplay experience. The differences are primarily in the system integration and UI chrome features.
Browser Compatibility
KWordle is optimized for Kindle’s WebKit-based browser and includes several compatibility measures:JavaScript Compatibility
- ES5 JavaScript: The game uses ES5 syntax for maximum compatibility with older Kindle models
- Polyfills included: The game includes
polyfill.min.jsto ensure modern JavaScript features work on older browsers - No transpilation required: All code runs natively on Kindle browsers
Display Optimization
- Black & white display: Special indicators designed for e-ink screens
- ■ (filled square) for correct position
- □ (empty square) for wrong position
- × (cross) for absent letters
- E-ink refresh optimization: UI updates designed to minimize screen flicker
- Touch-friendly controls: Increased spacing between keyboard buttons
Storage Requirements
- localStorage: Required for statistics tracking and game state
- Minimal storage: Game files are optimized for Kindle’s limited storage
- No internet required: All word lists are bundled, offline play supported
Installation Requirements
File Structure
The game requires the following structure in your Kindle’s Documents folder:Firmware Version Check
To check your Kindle firmware version:- Go to Settings > Device Info or Device Options
- Look for Firmware Version or Software Version
- If the version is 5.6.1.1 or older, download
kwordle-legacy.zip - If the version is newer than 5.6.1.1, download
kwordle.zip
Known Limitations
All Devices
- No color support: Game is optimized for black & white e-ink displays
- Refresh rate: E-ink displays have slower refresh rates than LCD screens
- Touch accuracy: E-ink touch screens may be less responsive than modern tablets
Legacy Devices (5.6.1.1 and older)
- No chromebar: Top navigation bar and system menu not available
- Manual reload: Must restart the booklet to reload the game
- Limited debugging: Older browsers have fewer developer tools
Modern Devices
- Battery usage: Chromebar features may use slightly more battery
- Memory: System integration requires additional memory overhead
Testing and Verification
After installation, verify your KWordle installation:- Open the KWordle booklet on your Kindle
- Check that the game loads with a 6×5 letter grid
- Test the on-screen keyboard by tapping letters
- Try entering a 5-letter word and pressing Enter
- Verify that statistics are saved by checking the Stats button
If you experience issues, see the Troubleshooting page for common solutions.