3
0
Fork 1
mirror of https://gitlab.com/dezentrale/workadventure/maps.git synced 2024-05-18 03:23:40 +02:00
Go to file
2022-01-09 22:08:55 +01:00
src added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
tilesets Planted chaosz0ne christmas tree 2021-12-31 00:15:51 +01:00
.gitignore added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
dezentrale_e1.json Renamed "collides" layer to "collisions" 2021-12-31 14:46:44 +01:00
hardware4future.json Renamed "collides" layer to "collisions" 2021-12-31 14:46:44 +01:00
index.html added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
LICENSE.assets added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
LICENSE.code added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
LICENSE.map added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
main.json Corrected some collides tiles 2022-01-09 22:08:19 +01:00
package-lock.json added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
package.json added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
README.md added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
tsconfig.json added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
webpack.config.js added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00
webpack.prod.js added local startup from workadventure starter kit 2022-01-09 22:08:55 +01:00

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:

About third party assets

If you add third party assets in your map, do not forget to:

  1. Credit the author and license with the "tilesetCopyright" property present in the properties of each tilesets in the map.json file
  2. Add the license text in LICENSE.assets