Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 316 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 316 Bytes

Wordle Solver

Creating a schema

  • ! means that the letter is confirmed in that spot
  • / means that the letter is in the word at a different spot
  • ? means that the letter is unknown

eg. p!l!n/??: this means p and l are in the right place, n is in the word, and the last 2 letters are unknown