A map for WorkAdventure showing Das Labor in Bochum.
https://virtuallab.das-labor.org/
In order to build your own map for WorkAdventure, you need:
- the Tiled editor software
- "tiles" (i.e. images) to create your map (this starter kit provides a good default tileset for offices)
You find the map in map.json
. You can open and edit
it with the Tiled editor.
After push it will be deployed to branch gh-pages
and made available to
github pages.
The page leading to the workadventure-room is https://pintman.github.io/workadv_das-labor/
Feel free to make pull requests.
In order to design a map that will be readable by WorkAdventure, you will have to respect some constraints.
In particular, you will need to:
- set a start position for the players
- configure the "floor layer" (so that WorkAdventure can correctly display characters above the floor, but under the ceiling)
- eventually, you can place exits that link to other maps
All this is described in the WorkAdventure documentation. Please be sure to check it out.