Skip to content

Bot that solves facebook sudoku games in around 21 seconds. Works through java Robot, tesseract, and recursive backtracking to actually solve the puzzle. Pixel values are optimized for my computer specifically, so to use you will need to change them

Notifications You must be signed in to change notification settings

ankithu/SudokuBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuBot

This program will solve facebook's sudoku game in around 20 seconds.

To Use

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.

About

Bot that solves facebook sudoku games in around 21 seconds. Works through java Robot, tesseract, and recursive backtracking to actually solve the puzzle. Pixel values are optimized for my computer specifically, so to use you will need to change them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages