mirror of
https://gitlab.com/dezentrale/workadventure/maps.git
synced 2024-11-14 12:01:02 +01:00
src | ||
tilesets | ||
.gitignore | ||
dezentrale_e1.json | ||
hardware4future.json | ||
index.html | ||
LICENSE.assets | ||
LICENSE.code | ||
LICENSE.map | ||
main.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
webpack.prod.js |
WorkAdventure Map Starter Kit
This is a starter kit to help you build your own map for WorkAdventure.
Installation
With npm installed (comes with node), run the following commands into a terminal in the root directory of this project:
npm install
npm run start
The project will run at http://localhost:8080/
Licenses
This project contains multiple licenses:
- Code license (all files except those for other licenses)
- Map license (
main.json
and the map visual as well) - Assets license (the files inside the
src/assets/
folder)
About third party assets
If you add third party assets in your map, do not forget to:
- Credit the author and license with the "tilesetCopyright" property present in the properties of each tilesets in the
map.json
file - Add the license text in LICENSE.assets