Comon-tech / numQuest

Let's turn a simple number guessing game to somtheing big
https://comon-tech.github.io/numQuest/
GNU General Public License v3.0
3 stars 5 forks source link

Fix infinite score bug and fix audio volume problem. #45

Closed LyubomirT closed 6 months ago

LyubomirT commented 6 months ago

As reported in #40, if you guess correctly and then spam-click the "Guess" button, you'll begin winning infinitely. This Pull Request fixes this bug and disables the guess button when the game is over.

Update

This also fixes the issue reported in #33, adding a range slider for managing the audio volume. The max volume has been reduced to 0.5 to save players' ears. 😉

I hope this works well for you! Let me know if something doesn't seem right.