Project Details

Wordle

  • Super basic Wordle solver
  • Uses the process of elimination on a dictionary of all 5 letter words
  • Selects the next word by finding the word with the maximum amount of new information
  • Written from scratch in C (Including implementing a linked list and other basic data structures)