static void Main(string[] args) { RepeatCounter game = new RepeatCounter(); Console.WriteLine("Word Counter Game"); game.PlayGame(); }