Freecell solver for Freecell game with delphi

From: tinx82 <tinxmilis_at_gmail.com>
Date: Sat, 26 May 2007 05:05:59 -0000

Hi everyone,

I'm new here :)

And I'm just wondering whether there's anyone that could help me
making similar program like this one http://notabdc.vip.sina.com/
(FreecellTool) ?

I would like to learn more about Delphi in particular SCAR
(http://freddy1990.com/) to do this sort of things.
As I'm not familiar with C++ :(

Btw, until now I've managed to
- check a game window opened / not
- compare bitmap with the card itself so I would be able to tell the
positions of the cards.

Now I'm wondering how to solve the game :D
I've read about Breadth-First Search Algorithm
(http://en.wikipedia.org/wiki/Breadth-first_search) but I wonder how
to implement it...

Any help would be appreciated :)

Cheers.
Received on Fri May 25 2007 - 22:06:08 IDT