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

FIxed range setting, settings will be hidden by default #17

Closed LyubomirT closed 9 months ago

LyubomirT commented 9 months ago

This little Pull Request fixes issue #16 by generating random numbers with regenerateVar (which uses the range setting) instead of generateRandomNumber. By default, the randomly generated number will still be in between 1 and 10 (because that's the default range setting). Settings will now also be hidden by default so the app will seem more user-friendly (but will be optionally customizable). I hope this helps!