WordleGame

implementation of the wordle game in rust...

todo:

  • pull word list from url/file
  • auto word choosing
  • better interface (would be neat to tile so that the characters appear in the tiles as you type them, then color on update)