krystian1201 / MyScrabble

0 stars 2 forks source link

Brute-force AI player #44

Open krystian1201 opened 9 years ago

krystian1201 commented 9 years ago

It's possible that the process of finding the best move will have to be stopped after some time - an asynchronous, background task.

krystian1201 commented 9 years ago

get all subsets of tiles in tiles rack - the subsets often repeat

krystian1201 commented 9 years ago

Background worker?

krystian1201 commented 9 years ago

to do: Checking if the word doesn't go "outside" the board - seems to work

krystian1201 commented 9 years ago

Randomly choosing which word orientation will be considered first - in case user will stop the search process