Freecell Player

This program is along the lines of my Minesweeper Solver/Player program. Rather than using my own algorithm, it solves the game using a library (Shlomi Fish's Freecell Solver). It is not quite as robust as the Minesweeper program, and can potentially get stuck in infinite loops (though that's not terribly common).

Download it, try it out, have fun!

Press Escape to stop the program.

AttachmentSize
Freecell Player.exe207.66 KB
Freecell Player Source Code.zip321.05 KB