Browse Source

Merge branch 'main' of https://git.efi.th-nuernberg.de/gitea/soloviovil91400/BotsAI

# Conflicts:
#	src/ManualBot.java
testing_N
Alina Ehrensberger 5 months ago
parent
commit
101722826a
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      src/ManualBot.java

+ 0
- 6
src/ManualBot.java View File

@@ -1,7 +1,6 @@

public class ManualBot extends Bot{
public static void main(String[] args) {

Bot manualBot = new ManualBot(args);
manualBot.run();
}
@@ -9,11 +8,6 @@ public class ManualBot extends Bot{
super(args);
}

public void run(){
helloWorld

}

protected char nextMove(View view) throws Exception{
char c = 'c';
return c;

Loading…
Cancel
Save