clarify about page
This commit is contained in:
parent
d3597598f5
commit
cf38e7ec47
1 changed files with 9 additions and 14 deletions
|
@ -14,25 +14,20 @@ export function About() {
|
||||||
<a href="https://github.com/lynn/hello-wordl">hello wordl</a> and
|
<a href="https://github.com/lynn/hello-wordl">hello wordl</a> and
|
||||||
inspired by <a href="https://qntm.org/">qntm</a>'s{" "}
|
inspired by <a href="https://qntm.org/">qntm</a>'s{" "}
|
||||||
<a href="https://qntm.org/files/absurdle/absurdle.html">Absurdle</a>.
|
<a href="https://qntm.org/files/absurdle/absurdle.html">Absurdle</a>.
|
||||||
|
You start with a prepopulated table of guesses and must find a way to{" "}
|
||||||
|
<i>guarantee</i> a win in exactly 2 guesses.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
You start with a prepopulated table of guesses and must find a way to{" "}
|
|
||||||
<i>guarantee</i> a win in exactly 2 guesses. There are always more than
|
|
||||||
two possible words at the start, so brute force won't work, but feel
|
|
||||||
free to try if you're stuck!
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
The feedback you get on your guesses is <i>adversarial</i>: the game
|
The feedback you get on your guesses is <i>adversarial</i>: the game
|
||||||
always responds in a way that minimizes the amount of information you
|
changes the secret word as you play. Think about what words it could be,
|
||||||
get, while staying within the set of possible words. To win, you must
|
then use your first guess to gather as much information as possible.{" "}
|
||||||
force the game to narrow down the possibilities to a single word,
|
<i>(Hint: hard mode is turned off!)</i>
|
||||||
then guess that word.
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
The word list is fairly small and only includes "common" words.
|
Like Wordle & hello wordl, the game has two separate word lists: a
|
||||||
Unlike Wordle & hello wordl, your guesses are constrained to this
|
"common" list for the secret word, and an "uncommon" list for your guesses.
|
||||||
small list as well, because losing on the 2nd guess to choosing a word
|
The game will stop you from guessing an uncommon word for your second guess,
|
||||||
that you didn't know was "uncommon" would be silly.
|
since it has no chance of being the secret word.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
There's a new puzzle every day, starting at 6 AM in your timezone.
|
There's a new puzzle every day, starting at 6 AM in your timezone.
|
||||||
|
|
Loading…
Reference in a new issue