Add load/save functions
This commit is contained in:
@@ -151,9 +151,9 @@ public class GomokuCell{
|
||||
case Color.BLACK:
|
||||
return "X";
|
||||
case Color.WHITE:
|
||||
return "0";
|
||||
return "O";
|
||||
default:
|
||||
return "BUG";
|
||||
throw new IllegalStateException("Unexpected value: " + this.getState());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user