In this chapter, we’ll continue our review of the game’s state classes by looking into the game’s brain, the GameState class. This class is complex and long, so take a deep breath and prepare yourself. We have our work cut out for us. Let’s get to it.
Class Review: GameState
Well, we’ve somehow managed to review almost all the classes in the entire game, in detail, with some pretty decent demonstration scenes. We just got done reviewing one of the longest, most important classes in the game, and ...