Browse Source

small adjustments

testing_N
Niklas Katzer 11 months ago
parent
commit
d5abecb35d
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/RumbleBot.java

+ 0
- 5
src/RumbleBot.java View File

@@ -53,11 +53,6 @@ public class RumbleBot extends Bot
return width * y + x;
}

//resets the list of currently planned moves to be empty. intended for when a change in information necessitates an immediate change in plans
private void resetMoves()
{
moves = "";
}

//sets several variables based on the bot's current position that help with navigating
private void checkBarriers(View view)

Loading…
Cancel
Save