Merge branch 'main' of https://git.efi.th-nuernberg.de/gitea/soloviovil91400/BotsAI
# Conflicts: # src/ManualBot.java
This commit is contained in:
commit
101722826a
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
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();
|
||||||
}
|
}
|
||||||
@ -9,11 +8,6 @@ public class ManualBot extends Bot{
|
|||||||
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…
x
Reference in New Issue
Block a user