jsgoller1 / sprawl

2D Game Engine
GNU General Public License v3.0
0 stars 0 forks source link

Refactor: Move integration test code out of engine #51

Closed jsgoller1 closed 1 year ago

jsgoller1 commented 1 year ago

When I wrote the initial MVP, I included some GameObject derived classes in the engine that were only used in the integration tests. This also forced some constraints on GameObject that were unnecessary. This branch does the following: