deden3791 / 2FA

1 stars 0 forks source link

Change Difficulty of anagrams #6

Closed LewisTrundle closed 5 months ago

LewisTrundle commented 6 months ago

Description of Current Feature

Currently, the anagram puzzle has the following hardcoded:

Description of Improvement

If we want a user to be able to adjust the difficulty of the anagrams, we could introduce some sliders, which allow users to select the minimum and maximum length of all randomly generated words. Additionally, we could allow them to generate a larger selection of words.

Note that when doing this, it would most likely be easier to extract all anagram logic into a separate custom hook (e.g. useAnagram()).

Priority

Medium

Time Estimate

~ 2 hours

Extra Notes