I think this is a really important point:<p>>Don't worry about framerate/performance until you absolutely must. On more than one occasion, we dirtied up our game's logic with slight optimization tweaks, only to later get huge speed increases later from external sources (that didn't require code updates).<p>I've seen more than one codebase that was doomed by potentially unnecessary optimizations that prevented the project from ever being completed.