Game solver

Job ID: 37134698

Budget: €8 – €30 EUR

Basically the idea of this game solver, is that when the green line overlaps the other area, it types out the number that's in the middle of the screen, and prints the number to the console.

Here's a demo of the game: https://www.youtube.com/watch?v=_1l-hRlLPSg

The area of the circle and the number is pretty much in the center of the scree. So, if there's a number 4, the program should press and print 4, when the green line is on top of the area, and then wait for the next number. The program should be fast enough, to click the number while the moving line is on the area.

My findings are, that Python is quite slow for this kind of a solver. Of course, if you are sure of your skills, you can try Python, but I'd probably suggest C++ / Java etc. The reason I'm posting this is that I don't have the sufficent skills on other program languages than Python.