Cadiac / sanuli

A finnish version of a popular word guessing game, written in Rust.
https://sanuli.fi
MIT License
64 stars 6 forks source link

Ensure that the correct word can always be guessed #12

Closed Cadiac closed 2 years ago

Cadiac commented 2 years ago

When user submits a guess the first step is to ensure that the guess is on the full words list. In some cases user has started to solve a word and later returned to it, refreshing the browser, but the word to solve has since been removed from the word list.

Change the logic to always accept the correct word, even if it isn't on the word list anymore.

Cadiac commented 2 years ago

Changed as part of the link sharing feature - a clever user could now construct a link to any word (by design)