A reimplementation of the word puzzle game Wordle.
Note that due to the word list used, this will play differently from the NYT version.
npm install && npm start
- index.js: Entry point.
- main.js: Contains the main Wordle game logic.
- words: Contains the dictionary for validating all word inputs.