What is the safe first step for Game Save System First Draft? List the exact state that must survive closing the game. topicladder game-dev games What does the 'Choose save scope' step prove? Learn to choose save scope as one discrete move in the project path. Check: You can explain or demonstrate: choose save scope. topicladder game-dev games What does the 'Write plain data' step prove? Learn to write plain data as one discrete move in the project path. Check: You can explain or demonstrate: write plain data. topicladder game-dev games What does the 'Load into a clean scene' step prove? Learn to load into a clean scene as one discrete move in the project path. Check: You can explain or demonstrate: load into a clean scene. topicladder game-dev games What does the 'Test missing or corrupt files' step prove? Learn to test missing or corrupt files as one discrete move in the project path. Check: You can explain or demonstrate: test missing or corrupt files. topicladder game-dev games When would you use `Save current level id`? Use it to practice save current level id. Expected signal: A visible result you can compare before moving on topicladder game-dev command When would you use `Save player position`? Use it to practice save player position. Expected signal: A visible result you can compare before moving on topicladder game-dev command When would you use `Load default state if missing`? Use it to practice load default state if missing. Expected signal: A visible result you can compare before moving on topicladder game-dev command