Esempio n. 1
0
 public TwoPlayer()
 {
     InitializeComponent();
     this.MinimizeBox    = false;
     this.MaximizeBox    = false;
     this.DoubleBuffered = true;
     StartGame();
     animation = new CloudsAnimation(this.CreateGraphics(), Properties.Resources.cloudsBig);
 }
Esempio n. 2
0
 public CustomMode()
 {
     InitializeComponent();
     this.MinimizeBox    = false;
     this.MaximizeBox    = false;
     animation           = new CloudsAnimation(this.CreateGraphics(), Properties.Resources.clouds);
     this.DoubleBuffered = true;
     startGame();
     seconds = 60;
     timer1.Start();
 }