04-feature-edit-validate-word.txt 612 B

123456
  1. Feature. UI: make word editable with on-the-fly word verification.
  2. - Add blinking underline cursor in the current guess to show location where new letter will be inserted.
  3. - Update on-screen keyboard to add row with the keys: Enter, Left, Right, Backspace. Remove Enter and Backspace from existing rows.
  4. - If current try line does not contain 5 letters, or current try is not a valid word per API call, grey out and disable 'Enter' key.
  5. - Left and Right keys move cursor by one position.
  6. - When cursor points to a letter, entering new letter replaces the letter under cursor, and does not change anything else.