hello-wordl/src
mcpower 5511a4fcdf Ultra Hard: enforce letter counts even without absent clues
For example, with a target word of RALLY ([challenge link]), guessing
LEVEL gives [elsewhere, absent, absent, absent, elsewhere].
This commit makes guessing WORLD afterwards a violation, as there must
be at least two Ls in the target word.

This commit also makes it clearer that, when there is an absent clue,
the count of the letter must be exactly (number of non-absent clues with
that letter).

[challenge link]: https://hellowordl.net/?challenge=cmFsbHk
2022-01-23 22:47:49 +11:00
..
About.tsx Link to my ko-fi 2022-01-18 18:21:15 +01:00
App.css Ultra Hard mode 2022-01-22 17:46:14 +01:00
App.tsx I think this is the right rule 2022-01-22 22:43:34 +01:00
base64.ts Add challenge button 2022-01-18 14:58:23 +01:00
clue.ts Ultra Hard: enforce letter counts even without absent clues 2022-01-23 22:47:49 +11:00
dictionary.json Add words you can guess in Wordle 2022-01-22 13:29:51 +01:00
Game.tsx Ultra Hard mode 2022-01-22 17:46:14 +01:00
index.css Add a nice font 2022-01-11 15:20:47 +01:00
index.tsx Add favicon, nix some create-react-app stuff 2022-01-02 15:26:13 +01:00
Keyboard.tsx It's playable 2022-01-14 00:16:27 +01:00
Row.tsx Explain double letters in About 2022-01-18 14:02:08 +01:00
targets.json Naaaames 2022-01-22 13:40:10 +01:00
util.ts I think this is the right rule 2022-01-22 22:43:34 +01:00