/jordle

Yet another Wordle clone

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Jordle

A reimplementation of the word puzzle game Wordle.

Note that due to the word list used, this will play differently from the NYT version.

How to run

npm install && npm start

Directory

  • index.js: Entry point.
  • main.js: Contains the main Wordle game logic.
  • words: Contains the dictionary for validating all word inputs.