Questions tagged [savestate]

A bundle of state variables. Often used to sore and retrieve the application state upon a device rotation.

A bundle of state variables. Often used to sore and retrieve the application state upon a device rotation.

363 questions
-1
votes
2 answers

How to Save all my variables into file to restore the program from the same point C#?

i don't know if I'm explaining my self right but what i want is to save my program variables and information in one file and then start this file with this program. my idea is like a .docx file that opens with MS Word and if this available can…
Yaser Jaradeh
  • 322
  • 1
  • 6
  • 27
-2
votes
1 answer

Save the last state of the viewController

I have 2 viewControllers. One of them is for the game screen and it has lots of different variables like labels,buttons,images. The other one is for the pause menu. When i pause the game and tap the resume button, it calls the viewDidLoad of the…
Taha
  • 31
  • 8
-3
votes
2 answers

Python — Save System & Non-Returning Variables?

A few weeks ago I started learning Python, and I figured the best way to get the hang of it was to jump straight in by making a simple (?) text-based game with the option to save your progress and reload your saved game to continue later. Since I…
1 2 3
24
25