Dual-license your content for inclusion in The Perl 5 Wiki using this HOWTO, or join us for a chat on irc.freenode.net#PerlNet.

SweeperBot

From PerlNet

Jump to: navigation, search

SweeperBot is a program that automatically plays Windows minesweeper. The original code was written by Matt Sparks and included the capability to parse and interact with the board, but not play. The code was partially re-written and finished by Paul Fenwick and was presented as a lightning talk on OSDC 2005.

The bot makes use of CPAN:Win32-Screenshot to determine the board configuration, and CPAN:Win32-GuiTest to type and control the mouse.

External links