Deterministic simulation and state modeling
Simulations where authoritative state is separated from presentation, time is explicit, and a saved world survives a version change.
Identification
Emerging. Demonstrated by one published system, which is a demonstrated approach rather than a repeated one.
Repeatable outcome
A simulation whose state is somewhere specific, advances for a stated reason, and can be reloaded after the code that produced it has changed.
Three separations do the work. Authoritative state is held apart from anything that draws it, so the display can be rebuilt without touching the world. Time advances through explicit transitions rather than as a side effect of rendering, which is what makes a run reproducible from the same inputs. And saved state is versioned with a migration path, so an old world is readable by new code instead of being abandoned.
Determinism is what makes the behaviour testable at all: a simulation that cannot be replayed can only be observed, never checked.
Scope and boundaries
Marked emerging. One published system demonstrates this, and one instance is a demonstrated approach rather than a repeated one.
The evidence system is a non-commercial fan project referencing third-party intellectual property. It is not sold, not licensed as a product, and not affiliated with any rights holder; its repository holds mixed rights and use terms require inspection.
This does not imply:
- Game development as a service, or any engagement to build one.
- Physical, engineering, or scientific simulation. The state model here is a game world. It is not a physical model and carries no claim of physical fidelity.
- Performance characteristics. No frame rate, scale, or throughput figure is claimed.
Evidence systems
Published systems that demonstrate this capability, derived from those records rather than asserted here.
L3D-SYS-015
Star Trek: Alter Course
A single-player strategy simulation with deterministic world state, explicit system authority, and versioned save migration.
A public, non-commercial fan project. The repository holds mixed rights, so use terms require inspection; it is not licensed as a product.
Active offerings
None. This capability describes work that has been done, and nothing on this site is for sale today. If that changes it will appear on the availability page as a record with its own scope and exclusions.
Related records
The capability index lists the rest. What can actually be obtained today is on the availability page, which is a different question from what has been demonstrated.