Added local word list(s) for easy running (sort of)#2
Open
nativeit wants to merge 3 commits intostandupmaths:mainfrom
Open
Added local word list(s) for easy running (sort of)#2nativeit wants to merge 3 commits intostandupmaths:mainfrom
nativeit wants to merge 3 commits intostandupmaths:mainfrom
Conversation
|
Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 pulled a fresh list off of the current Wordle version (origin URI).
The biggest time sink with the code as it stands is it only runs single-threaded. I don't know enough about Python to allow for multi-threaded, but sounds like a larf. While I work, I wanted to have some local copies of the word list (since I don't have the skill and/or time to hack into the Dropbox account of a popular Youtube personality).
I also added a json array for the deviants who prefer javascript.
Anywho, thought this might be useful. I'm gonna have fun trying to figure out multithreading.
Thanks for the lols!!
~ Steve D.
EDIT: Typos.