clearer About page
This commit is contained in:
parent
14579bedd7
commit
6fced58fb7
1 changed files with 10 additions and 6 deletions
|
@ -18,23 +18,27 @@ export function About() {
|
|||
<i>guarantee</i> a win in exactly 2 guesses.
|
||||
</p>
|
||||
<p>
|
||||
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
|
||||
changes the secret word as you play. Think about what words it could be,
|
||||
then use your first guess to gather as much information as possible.{" "}
|
||||
<i>(Hint: hard mode is turned off!)</i>
|
||||
<br />
|
||||
<br />
|
||||
Like Wordle & hello wordl, the game has two separate word lists: a
|
||||
"common" list for the secret word, and an "uncommon" list for your guesses.
|
||||
The game will stop you from guessing an uncommon word for your second guess,
|
||||
since it has no chance of being the secret word.
|
||||
"common" list for secret words, and a broader list including "uncommon"
|
||||
words for your guesses. The game will stop you from guessing an uncommon
|
||||
word for your second guess, since it has no chance of being the secret word.
|
||||
<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 all timezones.
|
||||
Each puzzle tells you how many "paths to a win" there are, meaning how many
|
||||
pairs of words you can guess to win (<i>not</i> how many words can be the
|
||||
secret word). This figure only counts "common" words; you will never be
|
||||
forced to guess an uncommon word to win!
|
||||
</p>
|
||||
<hr />
|
||||
<p>
|
||||
Like "hello wordl", this game will be free and ad-free for as long as
|
||||
Like hello wordl, this game will be free and ad-free for as long as
|
||||
it's online.
|
||||
<br />
|
||||
<a href="https://meow.garden/contact-me">Contact Ash</a> if you have
|
||||
|
|
Loading…
Reference in a new issue