Add a command to Save to a new gme file

From TRCCompSci - AQA Computer Science
Revision as of 11:51, 13 December 2018 by Admin (talk | contribs) (Created page with "The key to completing this task is to use the same process as the LoadGame method but obviously instead of reading we need to write. The order of each item of data must be exa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The key to completing this task is to use the same process as the LoadGame method but obviously instead of reading we need to write. The order of each item of data must be exactly the same or the data would be unreadable.

The method

Start by copying the entire LoadGame method, and rename it SaveGame.