Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 612 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 612 Bytes

nordle

A Wordle game clone for 9front.

nordle

Use your keyboard to input a word, backspace to remove last entered character and enter to validate your choice.
Letters are coloured as follows:

  • green if the letter is at the right position
  • orange if the letter appears in the word but at a different position
  • dark gray if the letter does not appear in the word

Usage

% mk install
% games/nordle <wordlist>

The provided wordlist file has been generated from /lib/words

License

MIT

Bugs

You tell me!