static void Main(string[] args) { using (GenGame game = new GenGame(1280, 720, "Genetic Game Engine")) { game.Run(60.0, 0.0); } }