Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have a 1st and 3rd grader who were recently introduced to Spellie by the 3rd grader's teacher. My 3rd grader does pretty well with the easy and medium words, but my 1st grader doesn't have a large enough vocab to play the game.
I added a "Generate Words" button that will help give word (5) suggestions. The suggestions take into consideration what correct letters have already been guessed, but doesn't go too far by removing wrong guesses (I didn't want to make it too easy and that was more effort...).
https://nmillin.github.io/spellie/ is the URL where people can play the game.
Note My code is very hacky and lots of comments that should be removed. I was under a time crunch and just wanted something to work. Let me know what you think.
Thanks!