Hi guys im attempting to make a simple game for my Dad.
The premise is simple, you get generated 3 letters and you have to make the longest possible word with those 3 letters in a row.
I dont code often, I havent touched AppGameKit in over a year (eeek) , last thing I made was a simple space invaders game and it took me several weeks.
But anyway I have dived into it. I have downloaded a dictionary txt file with over 100,000 words. I would love to see a little coding example about how to search it. Say entering a string and seeing if it exists in the txt file?
Also is 100,000 + words too big, should I divide it into 26 txt files? One for each letter. Its 4MB in size
Looking forward to your help,
Thomas