Esempio n. 1
0
 static void Main(string[] args)
 {
     PacManController.RunGame();
 }
Esempio n. 2
0
 static void Main(string[] args)
 {
     //Call the start method in the controller
     PacManController.Start();
 }