Which data structure should I use for dynamically generated platforms?
- by Joey Green
I'm creating a platform type of game with various types of platforms. Platforms that move, shake, rotate, etc. Multiple types and multiple of each type can be on the screen at once. The platforms will be procedural generated.
I'm trying to figure out which of the following would be a better platform system:
Pre-allocate all platforms when the…