Now you can do your own map and play in TheVibes dapp!
Maps are done using Tiled Map Editor.
You need to select the desired tileset at itch.io and start doing your map using Tile Layers.
Set “collides” attribute as true for layers that should collides with players

Once your map is done, export it as JSON tiled map and add the tileset image and the JSON tiled map in IPFS
Check if contents are available on ipfs.io public gateway (https://ipfs.io/ipfs/HASH)
TheVibes game code will check parameters in the dapp url to know where to get map from. The current schema is:
ipns://thevibes-space.crypto/TILE_IMAGE_FILENAME/TILE_MAP_JSON_HASH/TILE_IMAGE_HASH/IPFS_PUBSUB_TOPIC
Where ipfs-pubsub-topic is your space’s name (example: thevibes-test-game-v0)
Check it out TheVibes using HashVille map!
