Playing popular game of Wordle using T-SQL

  • 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/

  • I love seeing this sort of thing - thanks for sharing it 🙂

  • 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.

  • 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

  • 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.

    • This reply was modified 2 years, 5 months ago by  tomaz.kastrun.

    Tomaž Kaštrun | twitter: @tomaz_tsql | Github: https://github.com/tomaztk | blog:  https://tomaztsql.wordpress.com/

  • 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ž

    • This reply was modified 2 years, 5 months ago by  tomaz.kastrun.

    Tomaž Kaštrun | twitter: @tomaz_tsql | Github: https://github.com/tomaztk | blog:  https://tomaztsql.wordpress.com/

  • Oh my goodness..... THANK YOU!  Or should I say... curse you! LOL

  • This was removed by the editor as SPAM

  • This was removed by the editor as SPAM

  • This was removed by the editor as SPAM

  • tomaz.kastrun wrote:

    Comments posted to this topic are about the item Playing popular game of Wordle using T-SQL wordle

    That's kind of cool. Thanks for the article.

    • This reply was modified 2 years, 2 months ago by  emilehaight.
  • This was removed by the editor as SPAM

  • This was removed by the editor as SPAM

Viewing 13 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic. Login to reply