You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
src | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE.assets | 2 years ago | |
LICENSE.code | 2 years ago | |
LICENSE.map | 2 years ago | |
README.md | 1 year ago | |
index.html | 2 years ago | |
map.json | 1 year ago | |
map.png | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
tsconfig.json | 2 years ago | |
webpack.config.js | 1 year ago | |
webpack.prod.js | 2 years ago |
README.md
WorkAdventure Map Starter Kit
This is a starter kit to help you build your own map for WorkAdventure.
To understand how to use this starter kit, follow the tutorial at https://workadventu.re/map-building.
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 as follows:
- Code license (all files except those for other licenses)
- Map license (
map.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