LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

How can I make a minimap?

Root / Programming Questions / [.]

Waffles_XCreated:
I'm working on a game that will need a minimap and will make heavy use of it. So far I am clueless as where to start. So far I was thinking it would be on the touch screen or on the same screen and I can open it up. My question is, where do I start when making a minimap and what's a good method for creating a minimap?

Take your in-game image data (Sprite x,y positions, etc.) And re-represent it in a simpler form, like on the graphics screen.

Thank you for sharing. I will try this soon to see if it works.