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



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

Bot manualBot = new ManualBot(args); Bot manualBot = new ManualBot(args);
manualBot.run(); manualBot.run();
} }
super(args); super(args);
} }


public void run(){
helloWorld

}

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

Loading…
Cancel
Save