updated Version

This commit is contained in:
Zakaria
2026-05-08 11:15:52 -04:00
parent 35d7c2243d
commit 43ebf18ba8
6 changed files with 1235 additions and 678 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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.