Saving / Loading #19

Closed
opened 2025-01-15 23:18:03 -05:00 by bassguitarbill · 1 comment

The easiest way to do saving and loading is as follows (as long as the game does not have any random elements):

  • Save every command the player types in
  • To save, write this file somewhere
  • To load, read the file and treat every line as a typed command

MVP: Save and load a file, ensure that loading over a game with some progress puts the game in the expected state

The easiest way to do saving and loading is as follows (as long as the game does not have any random elements): - Save every command the player types in - To save, write this file somewhere - To load, read the file and treat every line as a typed command **MVP**: Save and load a file, ensure that loading over a game with some progress puts the game in the expected state
bassguitarbill added this to the Chapter 1: Text Adventures milestone 2025-01-15 23:18:03 -05:00
bassguitarbill added this to the Fatal Distractions 2025 project 2025-01-15 23:18:03 -05:00
Author
Owner

Don't care

Don't care
Sign in to join this conversation.
No Label
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bassguitarbill/thrive#19
No description provided.