Browse Source

initial commit

testing_N
Illia Soloviov 1 year ago
parent
commit
32a583a18a
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/ManualBot.java

+ 0
- 4
src/ManualBot.java View File

super(args); super(args);
} }


public void run(){

}

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