JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q101551F
  • License MIT

The geometry module for the game nightshifts.inc

Package Exports

  • @nightshifts.inc/geometry
  • @nightshifts.inc/geometry/build/shapes/Segment

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nightshifts.inc/geometry) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

game-worldmap-generator

This module can generate a list of GameObject's with the correct coordinates based on a string world map.

The file format for the world map looks like the following:

Worldmap image

There are two main sections map {} and definition {}:

The map {} section describes the actual world map. The definition {} section gives names to the different types of characters, which will be used as the GameObjec's name in the generated code.