FancyWordle/IMPROVEMENTS.md
2026-05-08 11:15:52 -04:00

18 lines
999 B
Markdown

# Fancy Wordle Improvements
Implemented:
- Modern responsive game shell while preserving the static HTML/CSS/JS architecture.
- Warm-soft visual system with cream surfaces, gentle radii, and restrained accent use.
- Generated board and keyboard from data instead of hardcoding repeated markup.
- Correct Wordle scoring for repeated letters.
- Preserved dark mode, keyboard input, word-list fetches, dictionary validation, win sound, confetti, definition lookup, and the original love-link shortcut.
- Added a working stats/share dialog using localStorage.
- Improved accessibility with semantic buttons, labels, live alerts, visible focus states, and 44px touch targets.
Good next features:
- Hard mode that forces revealed hints into later guesses.
- Daily challenge mode alongside the current unlimited mode.
- Reduced-motion preference for flip, dance, and confetti animations.
- Offline definition fallback for the target word list.
- Importable custom word packs for classroom or party play.