I forgot to mention that to generate a truly random (well, as much as possible) set of cards, I'm querying the random.org API to generate 100 random numbers and then grabbing 25 unique numbers from that list to use as the index number of the list of words in the dictionary. You can see that code here: github.com/meenie/codysnames/blob/...
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I forgot to mention that to generate a truly random (well, as much as possible) set of cards, I'm querying the random.org API to generate 100 random numbers and then grabbing 25 unique numbers from that list to use as the index number of the list of words in the dictionary. You can see that code here: github.com/meenie/codysnames/blob/...