csalinas-dev / csalinas-dev-site

Personal Portfolio Site at https://csalinas.dev
https://csalinas.dev
0 stars 0 forks source link

feat(hashtag): pick words #41

Closed csalinas-dev closed 8 months ago

csalinas-dev commented 8 months ago

Using the same words.json from Wordleverse, randomly shuffle the words. The shuffled words list should be the same based on the day (seed the randomness with the current date). Then using a recursive backtracking algorithm to find the words.

If there aren't any words that match the criteria, backtrack, move to next word, and repeat