This has probably been discussed before but it’s a hard subject to search for. Also, I didn’t konw where to put this thread, I hope here is ok.
How do you deal with screen resolution in 2D games? in 3D games this isn’t an issue, the player chooses whatever resolution he wants, whatever aspect ratio his screen monitor likes etc But for 2D games this is trickier. Even from a gameplay perspective, I need the field of view to be the same for everyone, which requires me to add black stripes for people using different aspect ratios than I intended.
Thoughts?