These are the WIP main sections of my game what do you think?
A GameEntity base class with an Update function. I will have a loop in which every frame I will iterate through all GameEntities and run the Update function.
Collision detection and range check. Range check against buildings with four “collision” bodies at the corner of each building and also against enemy units.
A routine to run the build orders for AI players
Is there something missing?
