Browse Source

initial commit

testing_N
Illia Soloviov 1 year ago
parent
commit
d8ac08d660
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/ManualBot.java

+ 3
- 1
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';

Loading…
Cancel
Save