January 19, 2022 at 12:00 am
Comments posted to this topic are about the item Playing popular game of Wordle using T-SQL
Tomaž Kaštrun | twitter: @tomaz_tsql | Github: https://github.com/tomaztk | blog: https://tomaztsql.wordpress.com/
January 19, 2022 at 8:29 am
I love seeing this sort of thing - thanks for sharing it 🙂
January 19, 2022 at 12:10 pm
You might wish to hand-check your list of English words to remove names, trademarks, proper nouns, and adult-themed words. There are over 100 of those.
January 19, 2022 at 1:45 pm
I'm looking at the t-sql code for your procedure and the section where you Declare @secret ...
Makes no sense to me. Is it something that happened on the upload or does that long line of code actually do something? (Over 2600) characters long.)
If it does actually do something perhaps a bit of explanation might help me here.
Thanks
Richard
January 19, 2022 at 2:57 pm
Hi ReeceWatkins-16343,
Thanks for notifying about the English words.
Feel free and fork the repository and remove the words and create a pull request. That would be super awesome and I would truly appreciate it.
Update: I cleaned the word list and removed first names, brand names and computer keywords.
Tomaž Kaštrun | twitter: @tomaz_tsql | Github: https://github.com/tomaztk | blog: https://tomaztsql.wordpress.com/
January 19, 2022 at 3:00 pm
Hi rlDawson_SLCb,
Thank you for reporting this; it is a formatting problem (that occurred with uploading the code) and I will update the code so it will be readable. Readable version is also available on my Github repository (https://github.com/tomaztk/tsqlwordle/blob/main/Game.sql)
Best, Tomaž
Tomaž Kaštrun | twitter: @tomaz_tsql | Github: https://github.com/tomaztk | blog: https://tomaztsql.wordpress.com/
January 19, 2022 at 3:59 pm
Oh my goodness..... THANK YOU! Or should I say... curse you! LOL
January 20, 2022 at 6:28 am
This was removed by the editor as SPAM
January 20, 2022 at 6:29 am
This was removed by the editor as SPAM
January 20, 2022 at 6:30 am
This was removed by the editor as SPAM
February 15, 2022 at 2:47 pm
This was removed by the editor as SPAM
April 5, 2022 at 12:57 am
This was removed by the editor as SPAM
April 29, 2022 at 6:45 am
This was removed by the editor as SPAM
July 4, 2022 at 8:19 am
This was removed by the editor as SPAM
July 20, 2022 at 4:03 am
This was removed by the editor as SPAM
Viewing 15 posts - 1 through 15 (of 18 total)
You must be logged in to reply to this topic. Login to reply