Skip to content

Instantly share code, notes, and snippets.

@Vanilton18
Last active March 30, 2016 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vanilton18/734d5dd0deb5990c6210933a33edd911 to your computer and use it in GitHub Desktop.
Save Vanilton18/734d5dd0deb5990c6210933a33edd911 to your computer and use it in GitHub Desktop.
Finder f = new Finder("c:\\myPic"+Integer.toString(turn)+".png");
f.find(red);
if (f.hasNext()){
System.out.println("Encontrei o vermelho");
color = "1";
sequence.add(color);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment