Skip to content

GeoGuess/GeoGuess-Maps

Repository files navigation

GeoGuess-Maps

Validate JSONs and deploy GitHub Discord Crowdin

List of community map for GeoGuess.

Create Map

  1. Follow documentation here https://geoguess.games/guide/dev/maps.html
  2. Add map in src/list.maps.json with id
    "id": {// id: object
        "name": string,
        "description": string,
        "author":  string,
        "imageUrl": urlString (width = 500 & heigth = 230),
        "url": urlGeoJSON
    }
  1. Generate i18n keys with npm install && npm run generate

Create Area

  1. Follow documentation here https://geoguess.games/guide/dev/areas.html
  2. Add area in src/list.areas.json with id
    "id": {// id: object
        "name": string,
        "description": string,
        "author":  string,
        "imageUrl": urlString (width = 500 & heigth = 230),
        "data": AreasModeObject // details here : https://geoguess.games/guide/dev/areas.html#areasmodeobject
    }
  1. Generate i18n keys with npm install && npm run generate

Please note we have a code of conduct, please follow it in all your interactions with the project.