[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] ideas for saving points in games



Eric Hunter wrote:

say I have all the attributes for a character's progress I want to save in a list and thinking that just saving it to a .txt-type file in plain text then loading it up would sound the easiest.

You could just pickle the list. That's essentially what I used for Natto-Cat.

Aaron