static void Main(string[] args) { while (true) { GameDriver game = new GameDriver(); game.Setup(); game.Run(); } }