[Solved] Save a list of objects on exit of pygame game [closed]
Perfect! Right? Sadly, no. What you see here (<__main__.Block object at 0x02416B70>) is a typical string representation of a class instance. It’s just a simple string, and there’s no way to convert this string back to an instance of of Block. I assume you’re still on this game from your last question. So how do … Read more