hello-wordle/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
App.css
App.tsx I think this is the right rule 2022-01-22 22:43:34 +01:00
Game.tsx
Keyboard.tsx
Row.tsx
base64.ts
clue.ts Ultra Hard: enforce letter counts even without absent clues 2022-01-23 22:47:49 +11:00
dictionary.json
index.css
index.tsx
targets.json
util.ts I think this is the right rule 2022-01-22 22:43:34 +01:00