Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: wordle didn't signal failure after 6 guesses #29

Closed
MaikoTan opened this issue Nov 5, 2023 · 1 comment · Fixed by #30
Closed

Bug: wordle didn't signal failure after 6 guesses #29

MaikoTan opened this issue Nov 5, 2023 · 1 comment · Fixed by #30
Assignees

Comments

@MaikoTan
Copy link
Member

MaikoTan commented Nov 5, 2023

From #26 , I turns out that wordle should signal a failure after 6 guesses, but it didn't currently.

Looks like the code here is evaluated the former part first causing the error:

} else if (state.guessedCount >= variation.guessCount ?? 6) {

@TTsdzb
Copy link
Contributor

TTsdzb commented Jan 19, 2024

The fix of this issue haven't published yet (last publish on npm on 2023.10.29). Please publish a new version, since the plugin is not working as it's intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants