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.
 
 
 
n 480c2f648c Initial commit 1 year ago
.github/workflows Initial commit 1 year ago
src Initial commit 1 year ago
.gitignore Initial commit 1 year ago
LICENSE.assets Initial commit 1 year ago
LICENSE.code Initial commit 1 year ago
LICENSE.map Initial commit 1 year ago
README.md Initial commit 1 year ago
index.html Initial commit 1 year ago
map.json Initial commit 1 year ago
map.png Initial commit 1 year ago
package-lock.json Initial commit 1 year ago
package.json Initial commit 1 year ago
tsconfig.json Initial commit 1 year ago
webpack.config.js Initial commit 1 year ago
webpack.prod.js Initial commit 1 year 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.

map

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:

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