A starter kit to help you get started developing your own maps for Workadventu.re
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.
 
 
 
Valdo Romao 5cdcf540f5 Merge branch 'master' of github.com:thecodingmachine/workadventure-map-starter-kit 1 year ago
.github/workflows Fixing missing script files in website 2 years ago
src Issue #32: Update the clock when reopening the popup. 1 year ago
.gitignore Remove yarn instructions 2 years ago
LICENSE.assets Update third party notice and fix licence typo 2 years ago
LICENSE.code Update third party notice and fix licence typo 2 years ago
LICENSE.map Update third party notice and fix licence typo 2 years ago
README.md Changes in README file 1 year ago
index.html Revert "Fix template " 2 years ago
map.json Updated map and script 1 year ago
map.png Resized map thumbnail 1 year ago
package-lock.json Updated WA packages 1 year ago
package.json Updated WA packages 1 year ago
tsconfig.json Adding Typescript scripting 2 years ago
webpack.config.js Fixing problem loading scripting API locally 1 year ago
webpack.prod.js Reworking deployment script 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.

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