Comment by π stack
Re: "@stack out of curiosity, where did you get the word list toβ¦"
I don't actually have the 45000 word dictionary in the gemlogs, sorry. I just remember blabbing about the process in several posts.
Normally I try to opensource things, but opening the dictionary would be too tempting, and ruin the game. So I decided to keep it a mystery.
I should set up a script to release it upon my eventual demise.
Apr 30 Β· 7 days ago
2 Later Comments β
π₯ smallpatatas [OP] Β· May 02 at 18:31:
Yeah I think keeping it a secret is the right call for Spellbinding. Maybe I'll delete this comment later for the same reason, but I ended up going with the "3of6game" dictionary from
My game accepts plurals though, although maybe I'll regret that choice!
Also grabbed a couple "offensive words/slurs" lists from the web; from those I removed words w/ multiple meanings and/or are just regular swearing, then ran the resulting shorter (very offensive!) list against the big dictionary, plus some stuff like "if dict_word.startswith(bad_word[:-1])" to find plurals etc, then edited this by hand.
Guessing a lot of this sounds familiar :)
π stack [mod] Β· May 02 at 18:46:
Yes, it's a process. When I am at a reasonable computer I ssh into the server and mess with the dictionary daily.
Original Post
@stack out of curiosity, where did you get the word list to check user input against? Working on a little coding project and there are a LOT of word lists out there ...