|
My programming knowledge is very limited, but at least I have the basics. I need at least someone to help me in the right direction.
I want to build a bot for this cool new sudoku game. This game gives you a couple random numbers in the bottom 3 rows (stacked up from the bottom) and then gives you random number tokens to fill in from the bottom up. I know having the program fill in the rest would be hard, so I just want to start out easy.
Once I fill in the first 3 rows, then each row can be filled in one-by-one because of the way the numbers come out. I already have a program that will solve the sudoku problem even though the numbers that I start with don't make the puzzles solution unique.
So exactly what I need would be help with a program that can check graphic numbers and just click in certain positions.
|