How to save state of my game

Hi,
I’m wondering how could I save informations like:
-strength
-ability
-health
-money

etc.

There is a lot of data which have to be saved.
I should create a new file and write/read from it?

You can either read and write individual pieces of data using UserDefaults or use plists. We have a tutorial on the former with one planned for the latter.