Beginner Executing a command

I made a super simple map and want to play it with a charcter whats the simplest way to setup commands to make it run? and also how do i make the charcter playable

Tiled is only a map editor, not a game engine. There are many ways to implement a playable character, but you either need to implement this yourself or configure a game engine or framework to do this.

You may want to check out Libraries and Frameworks — Tiled 1.11.0 documentation to see if there’s something that looks suitable for what you want to create. Many of the frameworks that support loading and rendering Tiled maps do also come with demos featuring playable characters.

1 Like

ohh okay thanks