This website works better with JavaScript.
Home
Explore
Help
Sign In
soloviovil91400
/
BotsAI
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
initial commit
testing_N
Illia Soloviov
1 year ago
parent
d8ac08d660
commit
32a583a18a
1 changed files
with
0 additions
and
4 deletions
Unified View
Show Diff Stats
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;
Write
Preview
Loading…
Cancel
Save