Beispiel #1
0
        private void timer_Tick(object sender, EventArgs e)
        {
            gameOver = controller.Update(timer.Interval);

            score = controller.GetScore();
            Draw();
        }