Hey, why specifically are we declaring and defining “PrintGameSummary” inside main.cpp as opposed to in FBullCowGame.h/.cpp? I was doing the challange in FBullCowGame, but kind of spoiled ben’s solution by catching a glimpse of it while looking for an answer do a different question.
Hi there, the idea is to keep all the game logic in the BullCowGame class, and all the user interaction in the main loop. I hope that helps?