color-words
- add a fixed color (gray) to all tiles
- not really an improvement on what I had
- refactor tile object
- colors (grid)
- background colors
- border
- font color (and size)
refactor-word: goal is to refactor word to be able to show complete guess, current guess and empty words
- new Word type
- refactor model (add current)
- new test data for init model
implement logic
- new module word
- refactor word using suggestion from redInk style guide: https://github.com/NoRedInk/elm-style-guide?tab=readme-ov-file#identifiers
- test suite
- implement logic
- link with main
- refactor word logic using algebric types "MatchLetter"
- refactor model