Saturday, December 2, 2017

How do I add a feature in Python 3 where objects will spawn on their own?

So, I've been working on-and-off on a side-project for a few weeks now. I now want to add an automatic spawning system, like how objects can spawn in Minecraft without being instantiated in the code. I already have a few classes ready. How would I do this?

Read more: How do I add a feature in Python 3 where objects will spawn on their own?