interface Player { void draw(int x, int y, int xOffset, int yOffset, int cellSize); boolean isSame(Player player); }