Example #1
0
 static void Main(string[] args)
 {
     // Initialize game controller and start a game
     GameController game = new GameController();
     game.initGame();
 }