This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
[Enhancement Proposal] Replay system #4
Open
Description
Taking an example from osu!, adding a replay system (even as an internal thing) would benefit a lot for this game. Some points:
- Deterministic botplay
Botplay input can be calculated ahead of time instead of during the gameplay. This would make botplay deterministic, as it is just the same as playing any other replay, except that the inputs are perfect, eliminating any potential misses and imperfections. - Evidence of score achievement
Replay data usually records input data. This replay data then can be uploaded/shared to anyone. This may come off as competitive, which I understand that this engine may not.
I will try to spin up a draft PR at some point for the initial implementation. Thanks!