Browse Source

Added drafts for SnakeBot and RumbleBot

testing_N
Illia Soloviov 11 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

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

Loading…
Cancel
Save