RumbleBot working

This commit is contained in:
Your Average Code 2024-01-12 14:15:31 +01:00
parent 0752f25e1a
commit a3c5acb8bd

View File

@ -1,6 +1,4 @@
public class RumbleBot extends Bot { public class RumbleBot extends Bot {
boolean foundShip = false;
boolean offByOne = true; boolean offByOne = true;
int currentStepCount = 0; int currentStepCount = 0;
int steps = 0; int steps = 0;