public void finJuego() { puntaje = 0; Puntos.Text = "0"; ejeX = true; ejeY = true; xDir = 0; yDir = 0; cabeza = new cola(10, 10); comida = new Comida(); timer1.Interval = 100; MessageBox.Show("[PERDISTE]"); }