Browse Source

initial commit

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

+ 3
- 1
src/ManualBot.java View File

} }


protected char nextMove(View view) throws Exception{ protected char nextMove(View view) throws Exception{
char c = 'c';
Scanner scanner = new Scanner();
scanner.

return c; return c;
} }
} }

Loading…
Cancel
Save