Skip to content

Python script to automate solving a sudoku game in android over ADB

Notifications You must be signed in to change notification settings

snlagr/sudoku-adb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-adb

Python script to automate solving a sudoku game in android over ADB

See it in action here.

How does it work?

  • Extract the numbers into a 2D Matrix from the screenshot
  • Solve the incomplete grid using backtracking algoithm
  • Update the values by sending touch commands to device

Game download link

About

Python script to automate solving a sudoku game in android over ADB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages