@@ -35,7 +35,6 @@ public class SnakeBot extends Bot{ | |||
count++; | |||
} | |||
} | |||
return count; | |||
} | |||
private char goToStone(View view){ | |||
@@ -79,8 +78,6 @@ public class SnakeBot extends Bot{ | |||
} | |||
char nextMove = moves.charAt(0); | |||
moves = moves.substring(1); | |||
return nextMove; | |||
} | |||
} |