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...
Did you know tilemap in Construct can be used to create custom-shaped objects? Not only that, but you can also remove portions of the tilemap in runtime, and use it...
This demo would be great for those pixel coloring apps, but could also be used for so many other apps and games. Draw closed shapes and fill them with color....
Are you making an RPG or rogue-like game? Then this demo is for you. Click anywhere on the dungeon tilemap to detect enclosed rooms and highlight walls. (more…)
This simple example shows how to make a 'Loop' puzzle game. Click on the tiles until they line up correctly. Includes two versions, the one with sprites supports smooth rotation....