Browse Source

EscapeBot remove Exception

master
Your Average Code 11 months ago
parent
commit
93347f555f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/EscapeBot.java

+ 1
- 1
src/EscapeBot.java View File

} }


@Override @Override
protected char nextMove(View view) throws Exception {
protected char nextMove(View view) {
System.out.println(); System.out.println();
if (view.data.contains("o")) { if (view.data.contains("o")) {
int index = view.data.indexOf('o'); int index = view.data.indexOf('o');

Loading…
Cancel
Save