Re: [Tutor] Saving Progress

2013-07-04 Thread Marc Tompkins
On Thu, Jul 4, 2013 at 12:25 AM, Dave Angel wrote: > On 06/27/2013 11:16 AM, Jack Little wrote: > >> Is there a way to save a players progress in a game using python without >> any modules >> >> Jack >> >> > If you organize the game in such a way that a relatively few variables > holds the state,

Re: [Tutor] Saving Progress

2013-07-04 Thread Dave Angel
On 06/27/2013 11:16 AM, Jack Little wrote: Is there a way to save a players progress in a game using python without any modules Jack If you organize the game in such a way that a relatively few variables holds the state, then you can write those variables to a file, and when restarting the