Browse Source

SnakeBot remove while

master
Your Average Code 11 months ago
parent
commit
6c7d107424
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/SnakeBot.java

+ 0
- 2
src/SnakeBot.java View File

protected int steps = 0; protected int steps = 0;


public static void main(String[] args) { public static void main(String[] args) {
while (true) {
Bot bot = new SnakeBot(args); Bot bot = new SnakeBot(args);
bot.run(); bot.run();
}
} }


protected SnakeBot(String[] args) { protected SnakeBot(String[] args) {

Loading…
Cancel
Save