Example #1
0
 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]");
 }