Skip to content

darthwalsh/AutoNonogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoNonogram

A dotnet core CLI ANG and WinForms GUI that automates solving some Nonogram Android app.

The Parser library converts images to a Puzzle object, which the Solver solves by looking at independent rows and columns.

An ADB client Phone takes screenshots adb exec-out screencap and rapidly taps. Instead of directly invoking adb input tap (the input command was taking about a second for each execution on the phone), use MonkeyRunner Jython for tapping. Sending messages to the Jython process using stdin/stdout wasn't working, so communicate over HTTP requests with the MonkeyTapper server.

About

App that automated solving a Nonogram app

Topics

Resources

License

Stars

Watchers

Forks