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
32a583a18a
commit
57fcccc26b
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
}
}
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;
}
}
}
}
Write
Preview
Loading…
Cancel
Save