Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 737 Bytes

notes.md

File metadata and controls

23 lines (20 loc) · 737 Bytes

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