Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm developing a 2D windows phone game. The game should look the same on every windows phone device. But I have no idea what to do so that my game looks great on every display resolution. How can I do that? What is the best/easiest way?

I don't like letterboxing. So I tried scaling the sprites but that looks blurry(very bad). My sprites are all in PNG format. I created them in Inkscape.

share|improve this question

1 Answer

up vote 1 down vote accepted

The recommended way seems to be scaling the sprites. You can create alternate images to handle differing resolutions and load them depending on the screen's resolution.

MSDN Article

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.