Simple Platform

From TRCCompSci - AQA Computer Science
Revision as of 15:58, 25 November 2017 by Admin (talk | contribs) (Created page with "This will show you how to create a platform game using a tiled map, and tile based collision detection. ==Create Map== ===New Tiled Map=== You will need a new tiled map, the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This will show you how to create a platform game using a tiled map, and tile based collision detection.

Create Map

New Tiled Map

You will need a new tiled map, the tile size in the screen shot is 128 pixels, in the end i actually changed this to 32 x 32 and resized the tiles accordingly:

Plat new map.gif

It is important to change the format of the map to Base64 gzip compressed: File:Plat tile layer format.gif

Add Tile Set

Now your map is created we need to add a tile set:

New tileset.gif