This website works better with JavaScript.
Home
Explore
Help
Sign In
neumeiersi91358
/
BotRoss
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
RumbleBot smaller walking rounds
master
Your Average Code
11 months ago
parent
edea18ee8c
commit
dec106ca98
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/RumbleBot.java
+ 1
- 1
src/RumbleBot.java
View File
@@ -61,7 +61,7 @@ public class RumbleBot extends Bot {
protected char walkAround(char[][] grid) {
if (steps == 0) {
currentStepCount
++
;
currentStepCount
= (currentStepCount + 1) % 10
;
if (offByOne) {
currentStepCount++;
}
Write
Preview
Loading…
Cancel
Save