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
ca4df20c35
commit
d8ac08d660
1 changed files
with
3 additions
and
1 deletions
Unified View
Show Diff Stats
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';
Write
Preview
Loading…
Cancel
Save