This repo contains some maps built with the Tiled Map Editor which might be used for the OSM assembly in the WorkAdventure-based world at rC3. See the rC3 world maps howto and the official WorkAdventure documentation about how to build maps.
This repository also contains a simple, Python3 based web server in serve-maps.py
which uses http.server
to serve the content of this repository:
python3 serve-maps.py
By default, this starts a local web server on port 8000 which serves the index.html
file and the maps. index.html
contains a hard-coded list of maps in this repository which gets turned into a list of links to the public WorkAdventure instance using the local URLs of the maps, so they can be viewed in the browser by following the links.
- rC3-OSM-Tileset Example - Map which uses various tiles from the rC3-OSM-Tileset and several of the WorkAdventure features.
- Main - Main map which may serve as an entry point in the rC3 world.
Please note that the tilesets are included as Git submodules, so you will have to git submodule update --init --recursive
them before they are available.
- rC3-OSM-Tileset: Tileset based on the OpenStreetMap Carto map style.
- world-tiles: Shared tilesets for the rC3 world. Please note that these tilesets may be provided under a different license than the remainder of this repository, but they should all be usable for the purpose of building a map for the rC3 world.