Browse Source

Added drafts for SnakeBot and RumbleBot

testing_N
Illia Soloviov 4 months ago
parent
commit
667eb1e2f7
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/SnakeBot.java

+ 0
- 3
src/SnakeBot.java View File

@@ -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;
}
}

Loading…
Cancel
Save