cross resolution level design advice [on hold]
- by Mike
I was looking for some beginner advice regarding level design across multiple resolutions.
I believe the answer is likely "it depends", but any input from anyone with real experience is very appreciated.
Basically, I am building a 2D Super Metroid type game. If rooms/levels are to be a tiled grid, what are some general best practices for designing rooms when taking into account different resolutions?
Since more or less tiles could fit vertically on a single screen depending on the resolution, is it better to design towards possibly having more of the room visible depending on the screen (with a bare minimum needed for gameplay), or should I fix the design at a certain tile height and scale the graphics?