Jump to content

Would that be possible to make?


Recommended Posts

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 :)

Edited by Yan2099
Link to comment
Share on other sites

  • Moderators

Yan2099,

A member for 5 years and still not clear on the Forum rules? :o

I suggest you read them soon - - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. :naughty:

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...