Observed arrival · 2026-09-18
Stratum Engine: A World That Waits for Your Move
An experimental multiplayer voxel engine where the world advances only when a player acts.
- For
- Game engine developers and multiplayer systems designers
- Worth noticing
- Actions within the same 200 ms share one tick, while the server advances no more than once per interval.
Field notes
Stratum separates player intent from authoritative world facts: clients submit actions, while the server validates them, advances the simulation, resolves effects, and sends only witnessed results. Its unusual timing model groups actions arriving within 200 milliseconds, creating real-time behavior in busy rooms and turn-based pauses in quiet ones. The homepage also describes a separate world-data channel so large 30 MB cells do not queue behind ordinary movement or combat updates.
Observed signals
Read the marks
Editorial observations of this landing page, not a rating.
One card from the complete issue