Olá!
I have an idea for another usability improvement. Currently, after typing a number, the player has to click the "Adivinhar" (Guess) button. It would be a more fluid and intuitive experience if they could simply press the "Enter" key to submit their guess.
The Proposed Solution:
- Add a keydown event listener to the number input field.
- When the user presses the "Enter" key while focused on that input field, it should trigger the same function that the "Adivinhar" button does (verificarChute()).
This is a common feature in web forms and games that would make the gameplay feel smoother.
If you approve of this idea, I would be happy to work on implementing it.
Muito obrigado!
Olá!
I have an idea for another usability improvement. Currently, after typing a number, the player has to click the "Adivinhar" (Guess) button. It would be a more fluid and intuitive experience if they could simply press the "Enter" key to submit their guess.
The Proposed Solution:
This is a common feature in web forms and games that would make the gameplay feel smoother.
If you approve of this idea, I would be happy to work on implementing it.
Muito obrigado!