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
Merge branch 'main' of
https://git.efi.th-nuernberg.de/gitea/soloviovil91400/BotsAI
testing_N
Alina Ehrensberger
1 year ago
parent
101722826a
57fcccc26b
commit
e80d23de53
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