The ComplexShape object is an entity that contains an array of Shape objects with positions local to the ComplexShape. Dependencies: - [ ] The entity class supports hit boxes - [ ] The Shape object is an entity - [ ] Shape object support circles - [ ] Shape primitive objects created: (Circle, Square, Triangle) Additional Features: - [ ] Make the Ship object a Triangle - [ ] Make the Asteroid object a shape - [ ] Make the Laser object a Circle
The ComplexShape object is an entity that contains an array of Shape objects with positions local to the ComplexShape.
Dependencies:
Additional Features: