This program will solve facebook's sudoku game in around 20 seconds.
you may need Tesseract installed on your machine. Additionaly, you will need to allow whatever IDE you are running your code in to control your computer if you are using MacOS. You will also almost definitly have to navigate to Constants.java and change the constants in the file to fit the needs of your screen. This code was written for my computer and is by no means meant to be a general hack for the game. More intricate modifciations to delays and possibly even logic may necesary for the program to work correctly on your computer.