Original Post
I'd like to try and read graphics off of the screen and report back a position. Lets say that I'm in the middle of a checker match, and I want to compute the next 10 possible moves. I would like to read the graphics on the checker board, which would be either Red or black discs, and have the computer decide where the pieces could possibly be moved. I'm ok on the logic side of things, but the reading of the placment of the pieces is what has me stumped a bit. Would I be performing a "screen scrape" of sorts? Are there any open source piece of code that would read a graphic on the screen into a variable? am I barking up the wrong tree would reading the memory calls be the way to go? The checker game that I'm testing with is a Java application, if that helps. thanks all! Mike