ITS Assembly for integration into the rc3.world of 2021. It is a representation of our club rooms for the workadventure environment.
Go to file
Romedius Weiss da2b2850bc add executable flag 2022-01-18 21:41:26 +01:00
.githooks 📝 update readme and add commit hooks 2022-01-18 21:35:14 +01:00
2rc3 include lava effect into main.json 2022-01-11 23:47:16 +01:00
a12dventure 📝 update readme and add commit hooks 2022-01-18 21:35:14 +01:00
badges add badge 2022-01-04 20:57:21 +01:00
community_content fix warning - too large tileset 2021-12-30 10:12:02 +01:00
image-sources lava fine tuning and create png image for tilemap 2022-01-11 23:44:02 +01:00
script add executable flag 2022-01-18 21:41:26 +01:00
tilesets_to_embed fix warning - too large tileset 2021-12-30 10:12:02 +01:00
world-tiles@211f78a3d7 add https://git.cccv.de/rc3/world-tiles.git as a submodule 2021-12-26 14:51:08 +01:00
.gitignore 🔧 add vscode settings to gitignore 2022-01-04 20:41:55 +01:00
.gitmodules add https://git.cccv.de/rc3/world-tiles.git as a submodule 2021-12-26 14:51:08 +01:00
LICENSE.txt Add readme and license 2022-01-11 23:39:07 +01:00
README.md 📝 update readme and add commit hooks 2022-01-18 21:35:14 +01:00
blinkenwall_1st_iteration_set.png classic blinkenwall with its logo anomation 2021-12-24 04:43:02 +01:00
dungeon.png finish 4th floor 2021-12-30 10:26:06 +01:00
its-misc.png added some its logos 2021-12-30 23:43:14 +01:00
lava.png lava fine tuning and create png image for tilemap 2022-01-11 23:44:02 +01:00
traffic_light.png animate traffic light, add stub for dungeon, some cleanup 2021-12-28 06:16:34 +01:00

README.md

IT-Syndikat Assembly map

ITS Assembly for integration into the https://rc3.world. It is a representation of our club rooms (with some extensions) for the Workadventure environment.

The map is also reachable outside of congress time at the following link:

https://play.aaaaaaaaaaaadventu.re/_/global/git.it-syndikat.org/IT-Syndikat/rc3-its-assembly-2021/raw/branch/master/a12dventure/main.json

Tutorials:

License:

If not stated otherwise, the files are licensed under the terms of CC-BY 4.0.

Not covered by this license:

  • all files in the folders:
    • community_content/
    • world-tiles/

HowTo / Extension Foo:

  • Make your own branch for experiments. Push changes to master if and only if they are ready for deployment. Workadventure draws the files directly from the repository, so ensure not to break things for visitors of our assembly.

Folder structure:

  • 2rc3/ Contains the tiled maps in *.json format. Make your changes here.

  • a12dventure/ Deployed version. Will be updated at commit time.

    • see commit hooks chapter
  • badges/ source images to create badges at congrass time.

  • community_content/ local copy of all referenced images from external sources. See license files for terms of use and distribution.

  • script/ contains deployment scripts.

  • tilesets_to_embed/ Copies of the embedded tilesets. This files are only for convenience to easily share tiles between multiple maps. Currently Workadventure supports only embedded tilesets in the map files, so these files are not actively used in deployed maps.

  • world-tiles/ submodule to clone from https://git.cccv.de/rc3/world-tiles.git
    This repository contains examples and tilesets as starting point.
    Clone with the argument --recurse-submodules or initialize the submodules with:
    git submodule init
    git submodule update --remote

  • Put the image files (in *.png format) in the main folder and ensure the embedded tilesets refer to them as relative path (../your_image.png).

Commit hook

Please enabe the pre-commit hook that updates the a12dventure version:

git config --local core.hooksPath .githooks/