getAll start
This commit is contained in:
@@ -110,10 +110,12 @@ public class GomokuCell{
|
||||
switch (this.getSate()) {
|
||||
case Color.NIL:
|
||||
return " ";
|
||||
|
||||
case Color.BLACK:
|
||||
return "X";
|
||||
case Color.WHITE:
|
||||
return "0";
|
||||
default:
|
||||
break;
|
||||
return "BUG";
|
||||
}
|
||||
return this.state.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user