A program I made which automatically plays Bejeweled 2, watch as the game dosnt know what hit it. It even gets to hyper mode in only a few minutes.
Bejeweled 2 Auto Player
You can download it here:
http://home.exetel.com.au/amurgshere/public/Bejewelled2Player.zip
Be sure to have your desktop colour depth set to 32-bit, run the game in windowed mode, and also make sure that the program window does not overlap the Bejeweled 2 window.
Regards,
TheToid
Which programming language did you use? I use c++ for my bots.
Djlurppa 1 year ago
@Djlurppa - This program is made in Delphi 7, but the language is really superfluous anyways, its mostly API calls apart from the game logic.
TheToid 5 months ago
Anyone who wants this app, email me...
For those interested it uses a fuzzy logic statistical brute force algorithm, basically it determines the boards status by getting an image capture of the game then scanning the pixels to determine the board state.
It them tests every possible move calculating for automatic matches after that move, and also 3 moves deep ahead, then uses the best move (it defaults the new ones from the top to blanks).
TheToid 3 years ago