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
SnakeBot remove while
master
Your Average Code
11 months ago
parent
74e8133b7c
commit
6c7d107424
1 changed files
with
0 additions
and
2 deletions
Split View
Show Diff Stats
0
2
src/SnakeBot.java
+ 0
- 2
src/SnakeBot.java
View File
@@ -8,10 +8,8 @@ public class SnakeBot extends Bot {
protected int steps = 0;
public static void main(String[] args) {
while (true) {
Bot bot = new SnakeBot(args);
bot.run();
}
}
protected SnakeBot(String[] args) {
Write
Preview
Loading…
Cancel
Save