ref: aced86644be1b395e0ef2d622749c1aaf1b2d9dc
dir: /README.md/
# nordle A [Wordle](https://www.powerlanguage.co.uk/wordle/) game clone for [9front](http://9front.org). ![nordle](nordle.png) 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 ```sh % mk install % games/nordle <wordlist> ``` The provided wordlist file has been generated from `/lib/words` ## License MIT ## Bugs You tell me!