Bejeweled-3
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A simple Bejeweled 3 bot hacked together in response to a coworkers' challenge
This was started when one of Chris' coworkers challenged everyone to beat her high score in Bejewled. Needless to say, we decided it would be easier to write a bot to do it for us, rather than learn to play ourselves.

Uses the autopy library found here: https://github.com/msanders/autopy (Only tested on Windows)
The game can be found here: http://www.xbox.com/en-US/Marketplace/Product/Bejeweled-3

TODO:
* Make the lookaheads more efficient - right now it takes ~5s to look ahead just one move
	* Most likely an algorithmic improvement is the best solution, but other options would include multithreading or CUDA (which would be badass)
* Make the infinite replay functionality not suck

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。