//Console.WriteLine("Cell (" + x + ", " + y + ") created");
}
publicintGetX
@ -41,12 +40,10 @@ public class Cell
if(tile==null)
{
tile=addedTile;
//Console.WriteLine("The tile of shape " + addedTile.GetShape + " and color " + addedTile.GetColor + " has correctly been added to the cell of coordinates x = " + this.x + ", y = " + this.y);
returntrue;
}
else
{
//Console.WriteLine("There already is a tile in this cell !!");