Greasy Fork is available in English.

WordSleuth-Fork

A script that helps you guess words in skribblio

< Feedback on WordSleuth-Fork

Review: قالتىس - قوليازما ئىشلەيدۇ

§
يوللانغان ۋاقتى: 2024-07-11

Can you add a feature?
If the message after your guess isn't "[guess] is close!" it removes suggested words that are close, since they can't be the correct guess

§
يوللانغان ۋاقتى: 2024-07-20

for (const guessedWord of this.alreadyGuessed) { if (!this.closeWord.includes(word) && this.levenshteinDistance(word, guessedWord) === 1) return false;

}

maybe something like this would work in generate guesses? didn't test for bugs

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.