Word database for game?

Does anyone know where to get a good word database for a word game? Also how does one implement this word database? Do you have to pull all the words into an array beforehand and does this run optimally with about 200k words? Any help is appreciated. Thanks.

Here's a word list with 172,820 words:

http://code.google.com/p/dotnetperls-controls/downloads/detail?name=enable1.txt

It's a standard text file, one word per line. Since it's already in alphabetical order using a binary search you could find any word very quickly.

Jay

Thanks a lot Jay.

Does anybody have a link to source code that finds words from a list (like the one here) from a set of letters (like scrabble) except I don't need to place them on a board I simply want a fast way to find what words you can create from a set of letters.

Thanks

views:1652 update:2011/11/2 21:34:51
corona forums © 2003-2011