Added drafts for SnakeBot and RumbleBot
This commit is contained in:
parent
cdb894c428
commit
667eb1e2f7
@ -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…
x
Reference in New Issue
Block a user