Skip to content

The Galaxy Map

The AstroblockMap smart contract is the core of how the galaxy works. It holds all logic for the galaxy so far. It holds:

  • it's own configuration (see below)
  • player positions
  • entities
map image

Configuration

The map is completely configurable from the game size, fuel token, speed factors, etc. Some concepts will make sense in the following sections.

NameUnitDescription
widthuint120The width of the map
heightuint120The height of the map
baseStarMetadataURIstring""
burnAddressaddressThe address that will receive the burned tokens
baseSpeeduint256The base speed
burningFactoruint256The burning factor
holdingFactoruint256The holding factor