Tag Archives: Platformer

Platform – Basic Random Terrain

A quick example of how you could create basic random terrain for a platform or artillery type game.  It uses an array to store the terrain data and the tilemap object to display it.  Example is commented and covers Arrays, Tilemaps & “For” loops.

PREVIEW

DOWNLOAD