Open co0p opened 1 year ago
Instead of using the new constructor method for objects it would be better to use a factory pattern. Such as tanksFactory.New(blue, big, pos) to streamline the creation of objects.
Tank factory Item factory map factory
Instead of using the new constructor method for objects it would be better to use a factory pattern. Such as tanksFactory.New(blue, big, pos) to streamline the creation of objects.
Tank factory Item factory map factory