()
| 7 | } |
| 8 | |
| 9 | public int getScore() { |
| 10 | return Game.getInstance().getBoard().getScoreForColor(color); |
| 11 | } |
| 12 | |
| 13 | public boolean playPiece(int row, int column) { |
| 14 | return Game.getInstance().getBoard().placeColor(row, column, color); |
no test coverage detected