image

"Tiled is a free map editor that can be easily integrated with Phaser. In this tutorial, we will build a simple platformer game using Phaser and Tiled. While the map will be created using Tiled, we will use Phaser to read this map and load all the objects into the level. In this tutorial I’ll assume you’re familiar with the following concepts.

  • Javascript and object-oriented programming.
  • Basic Phaser concepts, such as: states, sprites, groups and arcade physics.

The following concepts will be covered in this tutorial:

  • Using Tiled to create a platformer level.
  • Writing a Phaser State that reads the Tiled map and instantiate all the game objects. *Writing the game logic of a simple platformer.

Learn Phaser by building 15 games

If you want to master Phaser and learn to publish Phaser games as native games for iOS and Android feel free to check Zenva‘s online course The Complete Mobile Game Development Course – Build 15 Games.

Read Full Tutorial