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 368f387975
Merge pull request #27 from ValdoTR/master
2 years ago
.github/workflows Fixing missing script files in website 2 years ago
src Adding Scripting API Extra library 2 years 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 Add image thumbnail 2 years ago
index.html Revert "Fix template " 2 years ago
map.json Fixed 'license' typo 2 years ago
map.png Also fix the thumbnail 2 years ago
package-lock.json Adding Scripting API Extra library 2 years ago
package.json Merge branch 'thecodingmachine:master' into master 2 years ago
tsconfig.json Adding Typescript scripting 2 years ago
webpack.config.js Upgrading Webpack dev server to latest release 2 years 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:

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