Skip to content

ncvc/Bejeweled-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Bejeweled 3 bot hacked together in response to a coworkers' challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages