Beispiel #1
0
 /*
  * Clears the lists of pieces. It is used when the game is over.
  */
 public void clear()
 {
     whitePieces.clear();
     blackPieces.clear();
 }