Canvas Structure

The canvas in Expanding Space functions as an infinite grid, starting at the central coordinate (0,0) and expanding in all directions. This system provides an ever-growing stage that mirrors the boundless expanse of the cosmos.

  • Coordinate-Based Grid: Each celestial element on the canvas is positioned at a unique (x, y) coordinate, dynamically determined by the central origin point. This system ensures the canvas can grow endlessly in both positive and negative directions.

  • Expansion Mechanism: Elements spawn at the center and spread outward, occupying available grid spaces within a set radius. When the radius reaches its maximum element capacity, the canvas expands to a new, larger radius, allowing for continual growth.

Last updated