Minimap is a must-have feature in many games with large levels. Learn how to make a dynamically updated circular minimap with a DrawingCanvas object. (more…)
A popular way of making big maps or levels is creating a bitmap image, where each pixel represents one tile. This demo shows how to read pixel data from such...
Like the title says, Zoom in on a portion of a map. Simple to do, easy event sheet to follow. Perfect for many different types of apps and games. (more…)