Hello I would like to know if it would be possible to create this script with autoit or should I learn C++ or Delphine?
This is for a small game that provide 25 letters in a small box.
The script would have to find in a provided list of words the 3 words that use the most letters in total for the 3 words out of the 25 possible letters from the list of words I provide up to a maximum of 10 letters per words the list will contain thousands of words so it need to be able to find it fast in the list even so.
The letters for each word must touch each other but it also work diagonally so it need to take that into account since it open up to more possible words .
The first word the second and 3rd word don't have to touch each other. But it also need to take into account that a letter can only be used 1 time so it might block the others.
The longest words have 10 letters but what is important is the total letters of the 3 words so using the 25 letters is the key if possible. So the key is to make the first longest word then second longest word and 3rd longest word.
Thanks allot for the answer
This is for a small game that provide 25 letters in a small box.
The script would have to find in a provided list of words the 3 words that use the most letters in total for the 3 words out of the 25 possible letters from the list of words I provide up to a maximum of 10 letters per words the list will contain thousands of words so it need to be able to find it fast in the list even so.
The letters for each word must touch each other but it also work diagonally so it need to take that into account since it open up to more possible words .
The first word the second and 3rd word don't have to touch each other. But it also need to take into account that a letter can only be used 1 time so it might block the others.
The longest words have 10 letters but what is important is the total letters of the 3 words so using the 25 letters is the key if possible. So the key is to make the first longest word then second longest word and 3rd longest word.
Thanks allot for the answer
![:)](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/smile.png)