Skip to content

Daschi1/green-hell-maps

Repository files navigation

green-hell-maps

Available for Story Mode and Spirits of Amazonia.

Features

  • Three Interactive Maps:

  • Mark Coordinates: Left-click on any coordinate to mark it.

  • Shareable URLs: Marked coordinates are automatically reflected in the URL, allowing you to share or save the URL to easily retrieve your coordinates later.

  • Coordinate Overlay Customization:

    • Adjust the opacity of the coordinate overlay to suit your preference.
    • Toggle between always showing all coordinates or only displaying them on hover.

Credits

Map design by u/alex3omg, originally posted here on r/GreenHell.
Slightly modified to include coordinates on both sides of the maps.

Green Hell is a game developed by Creepy Jar.

Created by Daschi with ♥ and many open-source projects!
Source code available on GitHub.

Generate licenses.json

The command uses license-checker to generate licenses.json.

license-checker --customPath lc-checker-format.json --json --out static/licenses.json

Current Deployment Command

docker run -d \
  --name green-hell-maps \
  --restart unless-stopped \
  -e ORIGIN=https://green-hell-maps.daschi.dev \
  ghcr.io/daschi1/green-hell-maps:1.2.0

docker network connect nginx green-hell-maps