count++; | count++; | ||||
} | } | ||||
} | } | ||||
return count; | return count; | ||||
} | } | ||||
private char goToStone(View view){ | private char goToStone(View view){ | ||||
} | } | ||||
char nextMove = moves.charAt(0); | char nextMove = moves.charAt(0); | ||||
moves = moves.substring(1); | moves = moves.substring(1); | ||||
return nextMove; | return nextMove; | ||||
} | } | ||||
} | } |