static void Main(string[] args) { Game game = new Game(); game.Welcome(); game.GetPlayers(); game.MakePlayers(); Console.ReadKey(); }