namespace ConsolenGame { internal class Program { static void Main(string[] args) { Game game = new Game(); game.DesignGame(); } } }