Loading external data from a .plist file
Eskimo has only five game levels, plus a tutorial level (feel free to add more). The data for these levels exist inside a levels.plist
file, stored inside the Resources
folder. A .plist
file is an XML-formatted data file, and as such can be created in any text editor. Xcode, however, offers a nice GUI to edit the files.
Let me show you how to create them inside Xcode.