UWP applications can easily store simple settings in a key/value store locally or even in the cloud so your application or a game can share settings between different user's devices.
Following data types can be used for settings:
UInt8, Int16, UInt16, Int32, UInt32, Int64, UInt64, Single, Double...