Create your first map
The simplest workflow is to use the Tiled integration.1. Register the Tiled providers
On the server:2. Create the map file
Create a TMX file in your Tiled folder, for example:simplemap.tmx becomes the map id simplemap.
3. Declare the map in your module
In your server module:4. Run the game
When the player changes tosimplemap, the client will load the matching Tiled map automatically.
Tiled is optional
@rpgjs/tiledmap is the easiest way to create maps with Tiled Map Editor, but it is not required.
If you want your own renderer or your own map format, use Custom map rendering with provideLoadMap.