Saving Game State
Just a FYI that I’ve just started to put together a tutorial on saving game state. I had a request for a tutorial on this recently and its something I had to do in Sir Lamorak’s Quest.
It actually sounds harder than it is. I ended up using NSCoding in the objects that I wanted to store and it ended up being REALLY simple to implement. This tutorial will be based on a stand alone app rather than on the previous tutorial code. That way I can just focus on how you can save state using NSCoding. I’ll then give you a sneak peak at how that looks in Sir Lamorak’s Quest.
Can’t give a firm time for the tutorial, but it should not be long :oD
Mike



