@civ-clone/core-spaceship

The core models relating to building and launching a `Spaceship`, including `Part`s (of which the `Spaceship` is constructed) and the associated `Rule`s.

@civ-clone/core-unit-transport

Includes the core functionality to have `Unit`s that can carry other units (`Trireme`, `Sail`, etc. in Civilization).

@civ-clone/core-world

The core building-blocks for the concepts of a `World` and `Tile` based environment, as well as a bucket for `Tile`s (`Tileset`) with some helper functions that are useful on such a collection.

@civ-clone/core-city

Contains base functionality for the concept of a `City`, including the associated `Rule`s, `CityRegistry` and `AdditionalData`.