# Conflicts: # src/ManualBot.javatesting_N
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; |