WorkAdventure map for Codeberg, used for virtual meetings during the COVID-19 pandemic.
This repository has been archived on 2025-09-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Jan Klippel 6bd6c0c17f
Optimize maps
- add Dockerfile
- add Makefile
- add description of optimization and use of Makefile to README
2022-05-20 17:51:49 +02:00
.github/workflows use main branch for workflow 2022-04-09 14:53:19 +02:00
attic initial draft of hq-map 2022-04-09 14:19:44 +02:00
images use white background for logo 2022-04-09 16:35:56 +02:00
.gitignore Optimize maps 2022-05-20 17:51:49 +02:00
Dockerfile Optimize maps 2022-05-20 17:51:49 +02:00
main.json use white background for logo 2022-04-09 16:35:56 +02:00
Makefile Optimize maps 2022-05-20 17:51:49 +02:00
README.md Optimize maps 2022-05-20 17:51:49 +02:00
space.json sweep the floor (make it white and shiny) 2022-04-09 16:52:10 +02:00

codeberg world

Workadventu.re page for Codeberg.

The map can be played at

https://play.workadventu.re/_/global/raw.codeberg.page/Codeberg/world/@pages/space.json

Optimizing

Unfortunately the maps should be optimized prior to deployment.

The steps are included in the Makefile.

The Makefile target "docker" creates a docker image including the necessary nodejs-based software.

The Makefile target "build" checks out the pages branch (on which tha map resides) and starts the optimizer. This creates a pages directory which includes a checkout of the pages branch.

The Makefile target "push" commits the changed files in the pages directory and pushes it to the pages branch.

The Makefile target "clean" removes the pages directory.

The pages directory is included in the .gitignore file.

Tile-Sets

The cert-tilesets are from https://github.com/c3CERT/rc3_tiles.git. See LICENSE.md for individual licenses.

Changes

The map can be changed with the Tiled Editor.

Further Reading