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

Proposed changes to quordle score #5

Open
eliassr opened this issue Aug 6, 2023 · 0 comments
Open

Proposed changes to quordle score #5

eliassr opened this issue Aug 6, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@eliassr
Copy link
Owner

eliassr commented Aug 6, 2023

The quordle score is currently set to be a 4-digit representation of the number of guesses used (e.g. 4568). Inspired by the form that octordle form is given, it can instead be represented as the sum of the used guesses. In the case of the example 4568, the score would then be 4+5+6+8=23. This seems like a better way of presenting overall performance in a game when recording statistics, and is also consistent with octordle, which is a very similar game in form.

The proposed changes would be:

Following the form of octordle, a red square (words(s) that were not guessed correctly) should map to "One more than maximum possible guesses" instead of 0. In octordle's case this is 14 (you have 13 guesses in a game). This comes out to 10 for quordle, 11 for sequence (9 and 10 guesses max, respectively).

@eliassr eliassr added the enhancement New feature or request label Aug 6, 2023
@eliassr eliassr self-assigned this Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant