I tried to search this topic but
I am not sure the exact terminology, so
if there is a better technical
phrase to use, please let me know.
Question:
Does the entire game need to be loaded/rendered/unzipped at the start?
Extreme example,
What if there are 500 levels to a game,
can it be 'coded' so only the first 5 levels
are loaded/rendered/unzipped and then only if and when a player
reaches the higher levels will a few more levels
be loaded/rendered?
So basically
can it be 'coded' to unzip only certain levels of the game and wait to unzip other levels until after the player is involved and engaged in your game?