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,
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