ABSTRACT SPAWN System

In this assignment, we studied the factory pattern. The factory pattern defines an interface for creating objects, it allows for subclasses to decide which classes to instantiate. For my production, I decided to go with a pattern that would create a random planet. It was randomized for whichever factor you selected.

Previous
Previous

Event Bus & Queue

Next
Next

Observer Pattern